[Bug 221033] "continued lines" are not handled correctly

bugzilla at redhat.com bugzilla at redhat.com
Fri Apr 4 19:38:17 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: "continued lines" are not handled correctly


https://bugzilla.redhat.com/show_bug.cgi?id=221033


chkr at plauener.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW
               Flag|needinfo?(chkr at plauener.de) |




------- Additional Comments From chkr at plauener.de  2008-04-04 15:38 EST -------
(In reply to comment #2)
> I think current system-config-samba should be able to cope with this. Christian,
> would you please check this out on a current version?

Sure, no problem. Unfortunately the same bug happens with the most recent
version in F8 as well (system-config-samba-1.2.58-1.fc8).

The mentioned change in the original report still works partly, only
"skip_blanks"  must be set to 1 now.

possible change in
/usr/share/system-config-samba/sambaParser.py:
-----------------------------
        if os.access(path, os.R_OK) == 1:
            #Check to see if we can read from the file
            fd = open(path, 'r')
            #lines = fd.readlines()
            tf = TextFile(file = fd, join_lines = 1, strip_comments = 0,
skip_blanks = 1, rstrip_ws = 1, collapse_join = 0);
            lines = tf.readlines()
            fd.close()
-----------------------------


-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the fedora-triage-list mailing list