diff --git a/.cvsignore b/.cvsignore index 295df57..ff1c1ed 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -setroubleshoot-0.42.tar.gz +setroubleshoot-0.43.tar.gz diff --git a/setroubleshoot.init b/setroubleshoot.init index f75bd0a..425c8bf 100755 --- a/setroubleshoot.init +++ b/setroubleshoot.init @@ -42,7 +42,7 @@ start(){ RETVAL=$? echo if test $RETVAL = 0 ; then - touch /var/lock/subsys/setroubleshoot + touch /var/lock/subsys/$prog fi return $RETVAL } @@ -52,7 +52,7 @@ stop(){ killproc $prog RETVAL=$? echo - rm -f /var/lock/subsys/setroubleshoot + rm -f /var/lock/subsys/$prog return $RETVAL } @@ -70,13 +70,13 @@ restart(){ } condrestart(){ - [ -e /var/lock/subsys/setroubleshoot ] && restart + [ -e /var/lock/subsys/$prog ] && restart return 0 } cleardb(){ running=0 - [ -e /var/lock/subsys/setroubleshoot ] && running=1 + [ -e /var/lock/subsys/$prog ] && running=1 [ $running == 1 ] && stop echo $"Clearing database" rm -f /var/lib/setroubleshoot/database.xml diff --git a/setroubleshoot.spec b/setroubleshoot.spec index 24be1ce..2f93f0c 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -1,7 +1,7 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot -Version: 0.42 -Release: 2 +Version: 0.43 +Release: 1 License: GPL Group: Applications/System URL: http://www.redhat.com/ @@ -64,9 +64,6 @@ touch %{buildroot}%{pkgvardatadir}/database.xml %find_lang %{name} %post -if [ -f /var/lock/subsys/setroubleshootd ]; then - mv /var/lock/subsys/setroubleshootd /var/lock/subsys/setroubleshoot -fi [ -f %{pkgvardatadir}/database.xml ] && chmod 644 %{pkgvardatadir}/database.xml /usr/bin/update-desktop-database %{_datadir}/applications /sbin/chkconfig --add %{name} @@ -111,8 +108,14 @@ rm -rf %{buildroot} %{_datadir}/dbus-1/services/sealert.service %changelog -* Wed Sep 13 2006 Peter Jones - 0.42-2 -- Fix subsystem locking in init script +* Fri Sep 15 2006 Dan Walsh - 0.43-1 +- Fix mail handling + * fix bugs related to recording per user per signature filtering +- John Dennis + * fix bugs related to recording per user per signature filtering +- Karl MacMillan + * Add signal handling to client and server. + * Fix minor plugin bugs. * Thu Sep 7 2006 Dan Walsh - 0.42-1 - Karl MacMillan diff --git a/sources b/sources index 0600d61..748dcdf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b285f1a739d4b33671ebc13d4cca0e25 setroubleshoot-0.42.tar.gz +0f843f5e39c2637e6280727d14a7b3ca setroubleshoot-0.43.tar.gz