removed stanza from upstart script which waited for 'starting\ XXX';

wrongly named upstart events have been fixed in recent initscripts
    (#501155)
This commit is contained in:
ensc 2009-11-22 10:47:16 +00:00
parent 5a59f06753
commit 5fe351d87d
3 changed files with 4 additions and 11 deletions

View File

@ -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

View File

@ -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

View File

@ -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