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:
parent
00ff60197f
commit
6a4c5a5acd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16851
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user