Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 May 2002 08:38:55 -0700 (PDT)
From:      Mark Russell <ports@mark.net.au>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/37931: Fix for Dnews startup scripts
Message-ID:  <200205101538.g4AFcttk091398@www.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         37931
>Category:       ports
>Synopsis:       Fix for Dnews startup scripts
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 10 08:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Mark Russell
>Release:        4.5-STABLE
>Organization:
Independent Service Providers
>Environment:
FreeBSD juana 4.5-STABLE FreeBSD 4.5-STABLE #1: Wed Apr 17 11:42:50 EST 2002     mark@juana:/usr/src/sys/compile/JUANA  i386
>Description:
the dnews start script points to non existent files
>How-To-Repeat:
Install Dnews and run the startup script
>Fix:
diff -ur dnews.old/files/dnews.sh dnews/files/dnews.sh
--- dnews.old/files/dnews.sh    Sat May 11 01:16:27 2002
+++ dnews/files/dnews.sh        Sat May 11 01:28:51 2002
@@ -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.sh ] \
+               && /usr/local/dnews/dnews_start.sh > /dev/null 2>&1 &

        # dnews started successfully if exit status = 0

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205101538.g4AFcttk091398>