From 5fe351d87d6e261102c094bab0c571886763e920 Mon Sep 17 00:00:00 2001 From: ensc Date: Nov 22 2009 10:47:16 +0000 Subject: removed stanza from upstart script which waited for 'starting\ XXX'; wrongly named upstart events have been fixed in recent initscripts (#501155) --- diff --git a/README.fedora b/README.fedora index 4f12058..8df192d 100644 --- a/README.fedora +++ b/README.fedora @@ -67,12 +67,11 @@ B) On the clamav-milter host (assumed hostname 'host-milter') and all the other options which are required on your system - 3. Edit /etc/event.d/clamav-milter and uncomment the both + 3. Edit /etc/event.d/clamav-milter and uncomment the - | start on starting\ local | start on starting local - lines. Restart your system or execute + line. Restart your system or execute | initctl emit starting local @@ -98,12 +97,11 @@ C) On the clamav-scanner host (assumed hostname 'host-scanner') comment out possible 'LocalSocket' lines and set all the other options which are required on your system - 3. Edit /etc/event.d/clamav-scanner and uncomment the both + 3. Edit /etc/event.d/clamav-scanner and uncomment the - | start on starting\ local | start on starting local - lines. Restart your system or execute + line. Restart your system or execute | initctl emit starting local diff --git a/clamav-milter.upstart b/clamav-milter.upstart index 165829e..e0a63f2 100644 --- a/clamav-milter.upstart +++ b/clamav-milter.upstart @@ -1,14 +1,10 @@ - ### Uncomment these lines when you want clamav-milter to be a milter ### for a locally running MTA -#start on starting\ sendmail #start on starting sendmail -#start on starting\ postfix #start on starting postfix ### Uncomment these lines when you want clamav-milter to be a milter ### for a remotely running MTA -#start on starting\ local #start on starting local stop on runlevel 0 diff --git a/clamd.scan.upstart b/clamd.scan.upstart index 6c769e0..b6280f5 100644 --- a/clamd.scan.upstart +++ b/clamd.scan.upstart @@ -4,7 +4,6 @@ ### Uncomment these lines when you want clamd.scan to be a generic ### scanner service -#start on starting\ local #start on starting local stop on runlevel 0