diff options
Diffstat (limited to 'news')
-rw-r--r-- | news/inn-stable/files/innd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/inn-stable/files/innd.sh b/news/inn-stable/files/innd.sh index 20e819b0..cafb91b 100644 --- a/news/inn-stable/files/innd.sh +++ b/news/inn-stable/files/innd.sh @@ -1,7 +1,7 @@ #!/bin/sh if [ $# -eq 0 -o x$1 = xstart ]; then if [ -x !!PREFIX!!/news/bin/rc.news -a -f !!PREFIX!!/news/db/history.pag ]; then - limits -C news !!PREFIX!!/bin/rc.news && echo ' inn' + limits -C news !!PREFIX!!/news/bin/rc.news && echo ' inn' fi fi if [ x$1 = xstop ]; then |