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 293589 Details for
Bug 430724
uninstall fails
[?]
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]
use correct variable when restoring a file
freeipa-612-uninstall.patch (text/plain), 890 bytes, created by
Rob Crittenden
on 2008-01-31 15:28:35 UTC
(
hide
)
Description:
use correct variable when restoring a file
Filename:
MIME Type:
Creator:
Rob Crittenden
Created:
2008-01-31 15:28:35 UTC
Size:
890 bytes
patch
obsolete
># HG changeset patch ># User Rob Crittenden <rcritten@redhat.com> ># Date 1201793062 18000 ># Node ID a40785dbe4c81754256b469271e2467d2964c4e2 ># Parent cd2b239b113ca1acd0ab8e94006e93e24491f844 >Use correct variable for domain when restoring a file. >Resolves 430724 > >diff -r cd2b239b113c -r a40785dbe4c8 ipa-server/ipaserver/bindinstance.py >--- a/ipa-server/ipaserver/bindinstance.py Fri Jan 25 13:49:08 2008 -0500 >+++ b/ipa-server/ipaserver/bindinstance.py Thu Jan 31 10:24:22 2008 -0500 >@@ -117,7 +117,7 @@ class BindInstance(service.Service): > self.stop() > > if not domain is None: >- sysrestore.restore_file(os.path.join ("/var/named/", self.domain + ".zone.db")) >+ sysrestore.restore_file(os.path.join ("/var/named/", domain + ".zone.db")) > > sysrestore.restore_file('/etc/named.conf') > sysrestore.restore_file('/etc/resolve.conf')
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 430724
: 293589