Bug 6534 - Bad innd.sh
Summary: Bad innd.sh
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1998-05-06 11:00 UTC by vadim
Modified: 1998-05-10 23:12 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!