Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 63691 Details for
Bug 99418
dispatch-conf truncate config file when i type q in sdfiff
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Catches error code of 'merge' command
dispatch-conf_failed_merge.patch (text/plain), 754 bytes, created by
Jason Stubbs (RETIRED)
on 2005-07-18 05:19:33 UTC
(
hide
)
Description:
Catches error code of 'merge' command
Filename:
MIME Type:
Creator:
Jason Stubbs (RETIRED)
Created:
2005-07-18 05:19:33 UTC
Size:
754 bytes
patch
obsolete
>--- /usr/lib/portage/bin/dispatch-conf 2005-07-09 13:28:01.258426808 +0900 >+++ dispatch-conf 2005-07-18 21:17:22.209904000 +0900 >@@ -193,7 +193,10 @@ > elif c == 'm': > merged = SCRATCH_DIR+"/"+os.path.basename(conf['current']) > print >- os.system (self.options['merge'] % (merged, conf ['current'], newconf)) >+ ret = os.system (self.options['merge'] % (merged, conf ['current'], newconf)) >+ if ret: >+ print "Failure running 'merge' command" >+ continue > shutil.copyfile(merged, mrgconf) > os.remove(merged) > mystat = os.lstat(conf['new'])
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 99418
: 63691