Vernon Schryver
vjs@calcite.rhyolite.com
Thu Jan 5 02:29:02 UTC 2006
> From: Nigel Horne <njh@bandsman.co.uk>
> To get dccm to start I had to mkdir /var/run/dcc, this is not mentioned
> in the INSTALL.txt that I could see.
Given these lines in /var/dcc/libexec/, I don't see why it should be
mentioned in INSTALL.{txt,html}:
if test ! -d $DCC_RUNDIR; then
mkdir $DCC_RUNDIR
fi
Notice also these later lines in the same script:
if test -d $DCC_RUNDIR; then
chown $DCCUID $DCC_RUNDIR
fi
Vernon Schryver vjs@rhyolite.com
More information about the DCC
mailing list