Hmm, curious ... I've got two shell commands that generate output -
'makemap' and 'newaliases', but they are only generating messages to
stdout, which end up in /dev/null ... what is baffling is the fact 20
other machines run the exact same script just as often, and haven't
started spitting out any
Judging from the code, it looks as if cfagent has to be found via
/bin/cfagent, where is defined by the --with-workdir
compile-time directive.
Must it be so? Is there no other way to configure the location
of cfexecd it at run-time?
cfservd's location for cfagent is confi
Hi there, I'm wondering if there's any method like the ReplaceFirst that allows me to do a replace using regex but that supports regex on the replacement part also, something like "ReplaceFirst quoted-regex With quoted-regex " I need to use something like the grouping function of sed/awk/etc:
Brian C. Hill wrote:
Judging from the code, it looks as if cfagent has to be found via
/bin/cfagent, where is defined by the --with-workdir
compile-time directive.
Must it be so? Is there no other way to configure the location
of cfexecd it at run-time?
cfservd's locati