diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-14 11:54:55 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-14 11:54:55 +0000 |
commit | b919b8311bc5d38e5731d40525c88c54816f4530 (patch) | |
tree | 35bbb3a9293cb7a160571b1bceb1ca2a52507a18 /news/inn-current/files/innd.sh | |
parent | Despite 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.sh | 9 |
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 |