summaryrefslogtreecommitdiff
path: root/news/dnews
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-18 18:12:15 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-18 18:12:15 +0000
commitf0708dcb07cdbdc22d94e2aa548fa79ece33501e (patch)
treecd2c439172836a338502f05dd36aa6a6a2d26697 /news/dnews
parentUpdate to adzap-20020916 (diff)
correct path in startup script
PR: 37931 Submitted by: Mark Russell <ports@mark.net.au>
Notes
Notes: svn path=/head/; revision=66622
Diffstat (limited to 'news/dnews')
-rw-r--r--news/dnews/Makefile1
-rw-r--r--news/dnews/files/dnews.sh4
2 files changed, 3 insertions, 2 deletions
diff --git a/news/dnews/Makefile b/news/dnews/Makefile
index 2eda67b3e5dc..682b0b40c4d7 100644
--- a/news/dnews/Makefile
+++ b/news/dnews/Makefile
@@ -7,6 +7,7 @@
PORTNAME= dnews
PORTVERSION= 5.5h2
+PORTREVISION= 1
CATEGORIES= news
MASTER_SITES= ftp://ftp.netwinsite.com/pub/dnews/
DISTNAME= dnews55h2_freebsd4
diff --git a/news/dnews/files/dnews.sh b/news/dnews/files/dnews.sh
index 0a478e70a1f0..1f785e4a04ba 100644
--- a/news/dnews/files/dnews.sh
+++ b/news/dnews/files/dnews.sh
@@ -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