summaryrefslogtreecommitdiff
path: root/news/inn-current/files/innd.sh
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2001-09-16 01:02:46 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2001-09-16 01:02:46 +0000
commitdb3dca6dbd32fe6ea3d51bc037e6f9cdc66c343b (patch)
tree29d590ca0bc9e66d81bc3218a0684c2daf9d4a68 /news/inn-current/files/innd.sh
parentFix compilation problems. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_4_0'.release/4.4.0
Notes
Notes: svn path=/head/; revision=47856 svn path=/tags/RELEASE_4_4_0/; revision=47857; tag=release/4.4.0
Diffstat (limited to 'news/inn-current/files/innd.sh')
-rw-r--r--news/inn-current/files/innd.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/news/inn-current/files/innd.sh b/news/inn-current/files/innd.sh
deleted file mode 100644
index 1bcc4f7b5ad5..000000000000
--- a/news/inn-current/files/innd.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-if [ $# -eq 0 -o x$1 = xstart ]; then
- if [ -x !!PREFIX!!/news/bin/rc.news -a -f !!PREFIX!!/news/db/history.dir ]; then
- su -fm news -c !!PREFIX!!/news/bin/rc.news && echo ' inn'
- fi
-fi
-if [ x$1 = xstop ]; then
- su -fm news -c '!!PREFIX!!/news/bin/rc.news stop'
-fi