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 686604 Details for
Bug 903534
Unable to diff files from UI , displays message "Differences exist in a file that is not readable by all. Re-deployment of configuration file is recommended."
[?]
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
903534-correction-in-diff-functionality-using-GUI.patch (text/plain), 926 bytes, created by
Neha
on 2013-01-24 09:42:21 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Neha
Created:
2013-01-24 09:42:21 UTC
Size:
926 bytes
patch
obsolete
>From a3b31db1608c6ea2d03e53129e80e575b0e3a046 Mon Sep 17 00:00:00 2001 >From: Neha Rawat <nerawat@redhat.com> >Date: Thu, 24 Jan 2013 15:03:10 +0530 >Subject: [PATCH 3/3] Signed-off-by: Neha Rawat <nerawat@redhat.com> > >903534 - correction in diff functionality using GUI >--- > client/tools/rhncfg/config_common/file_utils.py | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/client/tools/rhncfg/config_common/file_utils.py b/client/tools/rhncfg/config_common/file_utils.py >index 30dcce3..819c3e8 100644 >--- a/client/tools/rhncfg/config_common/file_utils.py >+++ b/client/tools/rhncfg/config_common/file_utils.py >@@ -128,7 +128,7 @@ class FileProcessor: > else: > raise e > else: >- result = ''.join(diff(path, temp_file)) >+ result = ''.join(diff(temp_file, path)) > > os.unlink(temp_file) > return sectx_result + result >-- >1.7.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 903534
: 686604