From nobody  Wed May  6 02:55:30 1998
Received: (from nobody@localhost)
          by hub.freebsd.org (8.8.8/8.8.8) id CAA26260;
          Wed, 6 May 1998 02:55:30 -0700 (PDT)
          (envelope-from nobody)
Message-Id: <199805060955.CAA26260@hub.freebsd.org>
Date: Wed, 6 May 1998 02:55:30 -0700 (PDT)
From: vadim@gc.lviv.ua
To: freebsd-gnats-submit@freebsd.org
Subject: Bad innd.sh
X-Send-Pr-Version: www-1.0

>Number:         6534
>Category:       ports
>Synopsis:       Bad innd.sh
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed May  6 03:00:02 PDT 1998
>Closed-Date:    Sun May 10 15:11:55 PDT 1998
>Last-Modified:  Sun May 10 15:12:21 PDT 1998
>Originator:     Vadim Chekan
>Release:        2.2.5-RELEASE
>Organization:
Galitsky Kontrakty
>Environment:
FreeBSD gate.gc.lviv.ua 2.2.5-RELEASE FreeBSD 2.2.5-RELEASE #0: Thu Apr 30 14:29
:17 EEST 1998     vadim@gate.gc.lviv.ua:/usr/src/sys/compile/GATE  i386
>Description:
In port inn-1.7.2 (news server) script innd.sh which is plased in 
/usr/local/etc/rc.d is not running
...
if [ x$1 = xstop ]; then
        [ -x !!PREFIX!!/news/bin/ctlinnd shutdown machine is going down
fi
It not have closed "]" !!!
What it signifies?

if [ -x $ctlinnd ]
    $ctlinnd ....
fi

OR simly
 $ctlinnd ....
>How-To-Repeat:
Always when start innd via innd.sh
>Fix:
Remove "[ -x" ???
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Sun May 10 15:11:55 PDT 1998 
State-Changed-Why:  
Committed, thanks! 
>Unformatted:
