correct path in startup script

PR:		37931
Submitted by:	Mark Russell <ports@mark.net.au>
This commit is contained in:
Ying-Chieh Liao 2002-09-18 18:12:15 +00:00
parent 3ce63e4bb2
commit f0708dcb07
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66622
2 changed files with 3 additions and 2 deletions

View file

@ -7,6 +7,7 @@
PORTNAME= dnews
PORTVERSION= 5.5h2
PORTREVISION= 1
CATEGORIES= news
MASTER_SITES= ftp://ftp.netwinsite.com/pub/dnews/
DISTNAME= dnews55h2_freebsd4

View file

@ -4,8 +4,8 @@
case $1 in
start)
[ -x /usr/local/lib/dnews/dnews_start ] \
&& /usr/local/lib/dnews/dnews_start > /dev/null 2>&1 &
[ -x /usr/local/dnews/dnews_start ] \
&& /usr/local/dnews/dnews_start.sh > /dev/null 2>&1 &
# dnews started successfully if exit status = 0