Daniel V Klein
dvk@lonewolf.com
Sat Mar 19 16:22:49 UTC 2005
No - not even close :-) But there *is* a DCCM_LOGDIR parameter that is set to the (almost) appropriate value. DCCM_ENABLE=on # used to start dccm # a common value is # DCCM_ARGS="-SHELO -Smail_host -SSender -SList-ID" DCCM_ARGS="-SHELO -Smail_host -SSender -SList-ID" DCCM_LOGDIR=D?log DCCM_WHITECLNT=whiteclnt DCCM_USERDIRS=userdirs However, changing the DCCM_LOGDIR line to: DCCM_LOGDIR="'D?log'" does the trick, thank you! I forgot about the multiple quoting trick - I haven't had to do anything like that since DCL on VMS :-) -Dan > > From: Daniel V Klein > > > I built the new dcc, and I get the error > > /var/dcc/libexec/dccm: No match. > > when running start-dccm as part of the rebuild > > > > The error comes down to this line: > > > > su - root -c /var/dcc/libexec/dccm -SHELO -Smail_host -SSender -SList-ID - > l D?log -t CMN,20,20 -w whiteclnt -U userdirs > > > > And I find that I can make it work if I manually quote the '?' in the -l op > tion > > su - root -c /var/dcc/libexec/dccm -SHELO -Smail_host -SSender -SList-ID - > l 'D?log' -t CMN,20,20 -w whiteclnt -U userdirs > > > Does DCCM_ARGS in /var/dcc/dcc_conf look something like the following?: > > DCCM_ARGS="-SHELO -Smail_host -SSender -SList-ID -l D?log" > > If so, does changing it to > > DCCM_ARGS="-SHELO -Smail_host -SSender -SList-ID -l 'D?log'" > > work? > > > Vernon Schryver vjs@rhyolite.com > _______________________________________________ > DCC mailing list DCC@rhyolite.com > http://www.rhyolite.com/mailman/listinfo/dcc
More information about the DCC
mailing list