https://bugzilla.novell.com/show_bug.cgi?id=379519 User richard.bos@xs4all.nl added comment https://bugzilla.novell.com/show_bug.cgi?id=379519#c5 Richard Bos <richard.bos@xs4all.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #5 from Richard Bos <richard.bos@xs4all.nl> 2008-04-25 13:41:02 MST --- Hi Adreas and Peter! I obtain a diff output this time as well, but.... is it correct? The diff states that lines have been removed instead of being added, which is what the patch actually does (the patch adds lines). Should a new bug be opened for this? The current output I get now is: ++++++ fetchmail.init --- fetchmail.init --- fetchmail.init @@ -109,8 +109,6 @@ rc_status ;; start) - [[ -n "$2" ]] && FETCHMAIL_POLLING_INTERVAL=$2 - .............. While it should be (this is output of "diff -u"): --- fetchmail.org 2008-02-02 19:01:57.000000000 +0100 +++ fetchmail 2008-02-02 19:09:57.000000000 +0100 @@ -109,6 +109,8 @@ rc_status ;; start) + [[ -n "$2" ]] && FETCHMAIL_POLLING_INTERVAL=$2 + .............. The new output start actually strange as it has 6 plusses and 2 --- lines, see above, is that expected? I have osc version: # rpm -q osc osc-0.99-101.1 Is this okay? Please, let me know what to do! (for clarity I reopened the fix, but I think that after answering this comment, you can safely put it back to resolved). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.