When I run spamd.sh, it complains that the -r option requires an argument.
When I look at the file, it gives it the argument of ${pidfile} which
hasn't been defined yet. However, later in the file, spamd_pidfile is
declared.

I could hack the script to move the spamd_pidfile declaration line to
early in the file and change referneces to $pidfile to $spamd_pidfile, but
I want to see if that's what others have done, or if I'm just being dense
and missing something ...

        -ste

Reply via email to