From bcc1ea13873b7a38713f015f3a5908207ddf1e81 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 26 Jun 2008 21:30:37 -0400 Subject: [PATCH 1/1] Initial commit. --- .gitignore | 1 + log/run | 2 ++ run | 3 +++ 3 files changed, 6 insertions(+) create mode 100644 .gitignore create mode 100755 log/run create mode 100755 run diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..23e60ef --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +supervise diff --git a/log/run b/log/run new file mode 100755 index 0000000..4823511 --- /dev/null +++ b/log/run @@ -0,0 +1,2 @@ +#!/bin/bash +exec /usr/bin/svlogd -tt /var/log/nscd/ diff --git a/run b/run new file mode 100755 index 0000000..d6b59a7 --- /dev/null +++ b/run @@ -0,0 +1,3 @@ +#!/bin/sh + +exec nscd -d -- 2.20.1