diff options
author | andreas <andreas@FreeBSD.org> | 1999-02-22 14:40:55 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1999-02-22 14:40:55 +0800 |
commit | 52d76cc0d1a9dc65b78d4f184a5ab5ad2b321b1d (patch) | |
tree | 66315d1e334fc333043fc128482becb695b4c19b /news | |
parent | fd5167f90547a0ffd28294e57c75116220d01c7e (diff) | |
download | freebsd-ports-gnome-52d76cc0d1a9dc65b78d4f184a5ab5ad2b321b1d.tar.gz freebsd-ports-gnome-52d76cc0d1a9dc65b78d4f184a5ab5ad2b321b1d.tar.zst freebsd-ports-gnome-52d76cc0d1a9dc65b78d4f184a5ab5ad2b321b1d.zip |
correct path for rc.news $PREFIX/news/bin/rc.news
^^^^^^
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 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 |