20 lines
574 B
Diff
20 lines
574 B
Diff
commit f6bbb55c24888e97a59bc762f9dab8ec4627d933
|
|
Author: Tomas Korbar <tkorbar@localhost.localdomain>
|
|
Date: Mon Jul 9 15:58:16 2018 +0200
|
|
|
|
Fix https://bugzilla.redhat.com/show_bug.cgi?id=950627
|
|
|
|
diff --git a/spamd/spamd.raw b/spamd/spamd.raw
|
|
index 821f658..b9104bb 100755
|
|
--- a/spamd/spamd.raw
|
|
+++ b/spamd/spamd.raw
|
|
@@ -2958,8 +2958,6 @@ sub serverstarted {
|
|
}
|
|
|
|
sub daemonize {
|
|
- # 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
|