diff options
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 |