Bug 592 - [PATCH] Pretty command line in ps for spamd
Summary: [PATCH] Pretty command line in ps for spamd
Status: RESOLVED FIXED
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: spamc/spamd (show other bugs)
Version: 2.40CVS
Hardware: All Linux
: P3 enhancement
Target Milestone: ---
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-22 02:55 UTC by Malte S. Stretz
Modified: 2002-07-29 04:51 UTC (History)
0 users



Attachment Type Modified Status Actions Submitter/CLA Status
patch against spamd.raw patch None Malte S. Stretz [HasCLA]

Note You need to log in before you can comment on or make changes to this bug.
Description Malte S. Stretz 2002-07-22 02:55:45 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
Comment 1 Malte S. Stretz 2002-07-22 02:56:21 UTC
Created attachment 238 [details]
patch against spamd.raw
Comment 2 Malte S. Stretz 2002-07-29 12:51:04 UTC
I committed a slightly modified version as nobody objected.