Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jul 1998 15:58:25 +0200 (MEST)
From:      Christoph Kukulies <kuku@gilberto.physik.RWTH-Aachen.DE>
To:        freebsd-isdn@FreeBSD.ORG
Subject:   bug in /etc/rc.isdn
Message-ID:  <199807151358.PAA25368@gilberto.physik.RWTH-Aachen.DE>

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

 From the i4b-100798 dist (I didn't examine earlier ones) ~/etc/rc.isdn:

# start the isdntrace utility

if [ X${run_isdntrace} = X"YES" ]
then
        if [ -x /usr/local/bin/isdntrace -a $restart -eq 0 ]
        then
                echo 'starting the isdn4bsd ISDN tracing facility ...'
                nohup /usr/local/bin/isdntrace ${isdntraceflags} -f{isdntracefil                                          -------------------------^ $ missing
e} >/dev/null 2>&1 &
        fi
fi



-- 
Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de

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



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