summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1999-02-22 06:40:55 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1999-02-22 06:40:55 +0000
commit6a4c5a5acdf64ea9872a1f788e72167c6680ef74 (patch)
tree700cf975b2ee8e5b7ae827efd0a7a3ac85a2ea18 /news
parentUpdate to 22Jan99. (diff)
correct path for rc.news $PREFIX/news/bin/rc.news
^^^^^^
Notes
Notes: svn path=/head/; revision=16851
Diffstat (limited to 'news')
-rw-r--r--news/inn-stable/files/innd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/news/inn-stable/files/innd.sh b/news/inn-stable/files/innd.sh
index 20e819b0ad24..cafb91bf2d8c 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