- Fix setroubleshoot init to rely on messagebus being running
This commit is contained in:
parent
a30bcb0188
commit
63272c6615
@ -12,8 +12,8 @@
|
|||||||
|
|
||||||
### BEGIN INIT INFO
|
### BEGIN INIT INFO
|
||||||
# Provides: lsb-setroubleshootd
|
# Provides: lsb-setroubleshootd
|
||||||
# Required-Start: $local_fs $syslog $network $named
|
# Required-Start: $local_fs $syslog $network $named $messagebus
|
||||||
# Required-Stop: $local_fs $syslog $network $named
|
# Required-Stop: $local_fs $syslog $network $named $messagebus
|
||||||
# Default-Start: 3 4 5
|
# Default-Start: 3 4 5
|
||||||
# Default-Stop: 0 1 6
|
# Default-Stop: 0 1 6
|
||||||
# Short-Description: start and stop SELinux Troubleshooting Daemon
|
# Short-Description: start and stop SELinux Troubleshooting Daemon
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Helps troubleshoot SELinux problems
|
Summary: Helps troubleshoot SELinux problems
|
||||||
Name: setroubleshoot
|
Name: setroubleshoot
|
||||||
Version: 2.0.8
|
Version: 2.0.8
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: https://fedorahosted.org/setroubleshoot
|
URL: https://fedorahosted.org/setroubleshoot
|
||||||
@ -182,6 +182,9 @@ rm -rf %{buildroot}
|
|||||||
%attr(0755,root,root) /etc/rc.d/init.d/%{name}
|
%attr(0755,root,root) /etc/rc.d/init.d/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 9 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.8-2
|
||||||
|
- Fix setroubleshoot init to rely on messagebus being running
|
||||||
|
|
||||||
* Tue Sep 9 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.8-1
|
* Tue Sep 9 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.8-1
|
||||||
- Fix spelling mistakes
|
- Fix spelling mistakes
|
||||||
- Update translations
|
- Update translations
|
||||||
|
Loading…
Reference in New Issue
Block a user