summaryrefslogtreecommitdiffstats
path: root/news
diff options
context:
space:
mode:
authorandreas <andreas@FreeBSD.org>1999-02-22 06:40:55 +0000
committerandreas <andreas@FreeBSD.org>1999-02-22 06:40:55 +0000
commit52d76cc0d1a9dc65b78d4f184a5ab5ad2b321b1d (patch)
tree66315d1e334fc333043fc128482becb695b4c19b /news
parentfd5167f90547a0ffd28294e57c75116220d01c7e (diff)
downloadFreeBSD-ports-52d76cc0d1a9dc65b78d4f184a5ab5ad2b321b1d.zip
FreeBSD-ports-52d76cc0d1a9dc65b78d4f184a5ab5ad2b321b1d.tar.gz
correct path for rc.news $PREFIX/news/bin/rc.news
^^^^^^
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 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
OpenPOWER on IntegriCloud