summaryrefslogtreecommitdiff
path: root/news/inn-current/files/innd.sh
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-05-14 11:54:55 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-05-14 11:54:55 +0000
commitb919b8311bc5d38e5731d40525c88c54816f4530 (patch)
tree35bbb3a9293cb7a160571b1bceb1ca2a52507a18 /news/inn-current/files/innd.sh
parentDespite what I said before, this is the official INDEX file for (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_2_0'.release/3.2.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 48bf27abf86e..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
- limits -C news !!PREFIX!!/news/bin/rc.news && echo ' inn'
- fi
-fi
-if [ x$1 = xstop ]; then
- !!PREFIX!!/news/bin/ctlinnd shutdown machine is going down
-fi