1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

correct path for rc.news $PREFIX/news/bin/rc.news

^^^^^^
This commit is contained in:
Andreas Klemm 1999-02-22 06:40:55 +00:00
parent 00ff60197f
commit 6a4c5a5acd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16851

View File

@ -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