SA Bugzilla – Bug 592
[PATCH] Pretty command line in ps for spamd
Last modified: 2002-07-29 04:51:04 UTC
Here's a small patch against spamd to pretty the command line shown in ps. It will remove the perl interpreter if spamd is daemonized; | 9665 ? SN 0:00 /usr/bin/perl /usr/bin/spamd -d -F 0 -a becomes | 9665 ? SN 0:00 /usr/bin/spamd -d -F 0 -a Much nicer, I think :o) Malte
Created attachment 238 [details] patch against spamd.raw
I committed a slightly modified version as nobody objected.