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 183081 Details for
Bug 252334
bind-chroot-9.3.3-9.0.1 leaks error noise in its scripts
[?]
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]
proposed patch
patch (text/plain), 925 bytes, created by
Adam Tkac
on 2007-08-31 11:00:54 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Adam Tkac
Created:
2007-08-31 11:00:54 UTC
Size:
925 bytes
patch
obsolete
>Index: bind.spec >=================================================================== >RCS file: /cvs/dist/rpms/bind/RHEL-5/bind.spec,v >retrieving revision 1.142 >diff -u -r1.142 bind.spec >--- bind.spec 19 Jul 2007 12:17:32 -0000 1.142 >+++ bind.spec 31 Aug 2007 10:59:15 -0000 >@@ -712,20 +712,20 @@ > if [ "$1" -gt 0 ]; then > /sbin/restorecon /etc/named.caching-nameserver.conf >/dev/null 2>&1 || :; > /sbin/restorecon /etc/named.rfc1912.zones >/dev/null 2>&1 || :; >- . /usr/sbin/bind-chroot-admin --sync; >+ [ -x /usr/sbin/bind-chroot-admin ] && /usr/sbin/bind-chroot-admin --sync > /dev/null 2>&1; > fi; > :; > > > %post chroot > if [ "$1" -gt 0 ]; then >- . /usr/sbin/bind-chroot-admin --enable; >+ /usr/sbin/bind-chroot-admin --enable > /dev/null 2>&1; > fi; > :; > > %preun chroot > if [ "$1" -eq 0 ]; then >- . /usr/sbin/bind-chroot-admin --disable; >+ /usr/sbin/bind-chroot-admin --disable > /dev/null 2>&1; > fi > :; >
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 252334
: 183081