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:
parent
fdd53a472b
commit
17f763b7dc
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user