summaryrefslogtreecommitdiff
path: root/news/inn/files
diff options
context:
space:
mode:
Diffstat (limited to 'news/inn/files')
-rw-r--r--news/inn/files/innd.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/news/inn/files/innd.sh b/news/inn/files/innd.sh
new file mode 100644
index 00000000000..4594f56e95c
--- /dev/null
+++ b/news/inn/files/innd.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+#
+# $NetBSD: innd.sh,v 1.1 1999/07/21 20:38:56 tron Exp $
+#
+if [ -x @@PREFIX@@/bin/inndstart -a -s @@INN_DATA_DIR@@/db/active ];
+then
+ @@PREFIX@@/bin/inndstart >/dev/null 2>&1
+ echo -n ' innd'
+fi
+exit 0