From: <smi...@us...> - 2003-12-24 01:18:38
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv32474/scripts/scripts Modified Files: snort Log Message: - postfix jail script now empties the lib and etc directories before creating the jail - start snort after mysqld Index: snort =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/snort,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- snort 23 Dec 2003 03:25:02 -0000 1.6 +++ snort 24 Dec 2003 01:18:33 -0000 1.7 @@ -9,8 +9,8 @@ ### BEGIN INIT INFO # Provides: snort -# Required-Start: $network $syslog -# Required-Stop: $network $syslog +# Required-Start: $network $syslog mysqld +# Required-Stop: $network $syslog mysqld # Default-Start: 3 5 # Default-Stop: 0 1 6 # Description: starts the snort ids system |