- 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
|
||||
# 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
|
||||
|
@ -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 <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
|
||||
- Fix spelling mistakes
|
||||
- Update translations
|
||||
|
Loading…
Reference in New Issue
Block a user