Bug 6534

Summary: Bad innd.sh
Product: Ports & Packages Reporter: vadim <vadim>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description vadim 1998-05-06 11:00:02 UTC
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 ....

Fix: 

Remove "[ -x" ???
How-To-Repeat: Always when start innd via innd.sh
Comment 1 Steve Price freebsd_committer freebsd_triage 1998-05-10 23:11:55 UTC
State Changed
From-To: open->closed

Committed, thanks!