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
46fb0b6137
commit
42e3c91be4
@ -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
|
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
|
| start on starting local
|
||||||
|
|
||||||
lines. Restart your system or execute
|
line. Restart your system or execute
|
||||||
|
|
||||||
| initctl emit starting local
|
| 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
|
comment out possible 'LocalSocket' lines and set all the other
|
||||||
options which are required on your system
|
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
|
| start on starting local
|
||||||
|
|
||||||
lines. Restart your system or execute
|
line. Restart your system or execute
|
||||||
|
|
||||||
| initctl emit starting local
|
| initctl emit starting local
|
||||||
|
|
||||||
|
@ -1,14 +1,10 @@
|
|||||||
|
|
||||||
### Uncomment these lines when you want clamav-milter to be a milter
|
### Uncomment these lines when you want clamav-milter to be a milter
|
||||||
### for a locally running MTA
|
### for a locally running MTA
|
||||||
#start on starting\ sendmail
|
|
||||||
#start on starting sendmail
|
#start on starting sendmail
|
||||||
#start on starting\ postfix
|
|
||||||
#start on starting postfix
|
#start on starting postfix
|
||||||
|
|
||||||
### Uncomment these lines when you want clamav-milter to be a milter
|
### Uncomment these lines when you want clamav-milter to be a milter
|
||||||
### for a remotely running MTA
|
### for a remotely running MTA
|
||||||
#start on starting\ local
|
|
||||||
#start on starting local
|
#start on starting local
|
||||||
|
|
||||||
stop on runlevel 0
|
stop on runlevel 0
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
|
|
||||||
### Uncomment these lines when you want clamd.scan to be a generic
|
### Uncomment these lines when you want clamd.scan to be a generic
|
||||||
### scanner service
|
### scanner service
|
||||||
#start on starting\ local
|
|
||||||
#start on starting local
|
#start on starting local
|
||||||
|
|
||||||
stop on runlevel 0
|
stop on runlevel 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user