Vernon Schryver
vjs@calcite.rhyolite.com
Thu May 25 04:20:18 UTC 2006
> From: "Paul Matthews" <paul.matthews@cathedral.qld.edu.au>
> To: "Nigel Horne" <njh@bandsman.co.uk>
> Cc: dcc@rhyolite.com
> > I've seen that as well, I found a few missing close quotes. Attached is
> > a fixed start-dccm.
>
> Thanks for that, but it dosn't appear to be the normal start/stop/restart
> init.d script ... it gives me there options
>
> start-dccm: dcc: [-x] [-h homedir] [-r rundir] [-u UID] [-c argv0] [-a
> args] [-l logdir] [-L log-at] [-R reject_at] [-w whiteclnt]
>
> Can you tell me what I have to do to start it?
There are not a few missing quotes, but a single missing quote.
See the thread around
http://www.rhyolite.com/pipermail/dcc/2006/003145.html
Or edit line 164 in /var/dcc/libexec/start-dccm from
-o `expr "X$ARGV0" : '\(X[-_a-zA-Z0-9]*\)` != "X$ARGV0"; then
to
-o `expr "X$ARGV0" : '\(X[-_a-zA-Z0-9]*\)'` != "X$ARGV0"; then
Vernon Schryver vjs@rhyolite.com
More information about the DCC
mailing list