Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 May 1998 02:55:30 -0700 (PDT)
From:      vadim@gc.lviv.ua
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   ports/6534: Bad innd.sh
Message-ID:  <199805060955.CAA26260@hub.freebsd.org>

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

>Number:         6534
>Category:       ports
>Synopsis:       Bad innd.sh
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed May  6 03:00:02 PDT 1998
>Last-Modified:
>Originator:     Vadim Chekan
>Organization:
Galitsky Kontrakty
>Release:        2.2.5-RELEASE
>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" ???
>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?199805060955.CAA26260>