From 63272c66154640b549d600bcc94a2f65c00ae6de Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Tue, 9 Sep 2008 20:07:26 +0000 Subject: [PATCH] - Fix setroubleshoot init to rely on messagebus being running --- setroubleshoot.init | 4 ++-- setroubleshoot.spec | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/setroubleshoot.init b/setroubleshoot.init index 97bcde1..53762db 100755 --- a/setroubleshoot.init +++ b/setroubleshoot.init @@ -12,8 +12,8 @@ ### BEGIN INIT INFO # Provides: lsb-setroubleshootd -# Required-Start: $local_fs $syslog $network $named -# Required-Stop: $local_fs $syslog $network $named +# Required-Start: $local_fs $syslog $network $named $messagebus +# Required-Stop: $local_fs $syslog $network $named $messagebus # Default-Start: 3 4 5 # Default-Stop: 0 1 6 # Short-Description: start and stop SELinux Troubleshooting Daemon diff --git a/setroubleshoot.spec b/setroubleshoot.spec index d1f7982..6ce98be 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -1,7 +1,7 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot Version: 2.0.8 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: Applications/System URL: https://fedorahosted.org/setroubleshoot @@ -182,6 +182,9 @@ rm -rf %{buildroot} %attr(0755,root,root) /etc/rc.d/init.d/%{name} %changelog +* Tue Sep 9 2007 Dan Walsh - 2.0.8-2 +- Fix setroubleshoot init to rely on messagebus being running + * Tue Sep 9 2007 Dan Walsh - 2.0.8-1 - Fix spelling mistakes - Update translations