Search
j0ke.net Open Build Service
>
Projects
>
ha
:
firewall
>
snort
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 5
[-]
[+]
Changed
snort.spec
@@ -485,7 +485,7 @@ # Don't do all this stuff if we are upgrading if [ $1 = 1 ] ; then %__chown -R snort.snort %{_var}/log/snort - /sbin/chkconfig --add snortd + /sbin/chkconfig --add snortd || : fi @@ -493,7 +493,7 @@ if [ $1 = 0 ] ; then # We get errors about not running, but we don't care %{_initrddir}/snortd stop 2>/dev/null 1>/dev/null - /sbin/chkconfig --del snortd + /sbin/chkconfig --del snortd || : fi %postun