Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 293766 Details for
Bug 431272
policy prevents udev from running hwclock correctly
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
policy patch
policy.diff (text/plain), 729 bytes, created by
Bill Nottingham
on 2008-02-01 21:50:33 UTC
(
hide
)
Description:
policy patch
Filename:
MIME Type:
Creator:
Bill Nottingham
Created:
2008-02-01 21:50:33 UTC
Size:
729 bytes
patch
obsolete
>Index: policycoreutils.spec >=================================================================== >RCS file: /cvs/dist/rpms/policycoreutils/devel/policycoreutils.spec,v >retrieving revision 1.377 >diff -u -r1.377 policycoreutils.spec >--- policycoreutils.spec 23 Feb 2007 16:42:27 -0000 1.377 >+++ policycoreutils.spec 23 Feb 2007 18:31:45 -0000 >@@ -177,10 +177,14 @@ > > %post > /sbin/chkconfig --add restorecond >-[ -x /sbin/service ] && /sbin/service restorecond condrestart > /dev/null > /usr/bin/sepolgen-ifgen > /dev/null 2&>1 > exit 0 > >+%postun >+if [ "$1" -ge "1" ]; then >+ [ -x /sbin/service ] && /sbin/service restorecond condrestart > /dev/null || : >+fi >+ > > %changelog > * Fri Feb 23 2007 Dan Walsh <dwalsh@redhat.com> 2.0.6-1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 431272
:
293766
|
293767