$NetBSD: patch-ae,v 1.11 2005/11/13 22:48:32 heinz Exp $

--- spamd/spamd.raw.orig	Wed Sep 14 04:07:32 2005
+++ spamd/spamd.raw
@@ -2073,8 +2073,9 @@ sub backtrace_handler {
 }
 
 sub daemonize {
-  # Pretty command line in ps
-  $0 = join (' ', $ORIG_ARG0, @ORIG_ARGV) unless would_log("dbg");
+  # no pretty 'ps' command line (easier for pkgsrc rc script)
+  # # Pretty command line in ps
+  # $0 = join (' ', $ORIG_ARG0, @ORIG_ARGV) unless would_log("dbg");
 
   # be a nice daemon and chdir to the root so we don't block any
   # unmount attempts
@@ -2273,12 +2274,12 @@ Create user preferences files if they do
 =item B<-C> I<path>, B<--configpath>=I<path>
 
 Use the specified path for locating the distributed configuration files.
-Ignore the default directories (usually C</usr/share/spamassassin> or similar).
+Ignore the default directories (usually C<@@DEF_RULES_DIR@@> or similar).
 
 =item B<--siteconfigpath>=I<path>
 
 Use the specified path for locating site-specific configuration files.  Ignore
-the default directories (usually C</etc/mail/spamassassin> or similar).
+the default directories (usually C<@@LOCAL_RULES_DIR@@> or similar).
 
 =item B<-d>, B<--daemonize>
 
