Mailinglist Archive: opensuse-bugs (15074 mails)
| < Previous | Next > |
[Bug 304190] YaST2 warnings
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Mon, 3 Sep 2007 06:00:10 -0600 (MDT)
- Message-id: <20070903120010.295F0245350@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=304190#c4
--- Comment #4 from Martin Vidner <mvidner@xxxxxxxxxx> 2007-09-03 06:00:09 MST ---
Created an attachment (id=161478)
--> (https://bugzilla.novell.com/attachment.cgi?id=161478)
mailtable.diff
These two are triggered by the "aliases" part of the profile and fixed by this
patch.
> Use of uninitialized value in split at
> /usr/share/YaST2/modules/MailTableInclude.pm line 185 (#1)
Harmless.
> Use of uninitialized value in print at
> /usr/share/YaST2/modules/MailTableInclude.pm line 204 (#1)
This is actually a real bug. $oseparator was wrongly initialized only in Read,
so when writing /etc/aliases we miss the mandatory colon separator.
--
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.
--- Comment #4 from Martin Vidner <mvidner@xxxxxxxxxx> 2007-09-03 06:00:09 MST ---
Created an attachment (id=161478)
--> (https://bugzilla.novell.com/attachment.cgi?id=161478)
mailtable.diff
These two are triggered by the "aliases" part of the profile and fixed by this
patch.
> Use of uninitialized value in split at
> /usr/share/YaST2/modules/MailTableInclude.pm line 185 (#1)
Harmless.
> Use of uninitialized value in print at
> /usr/share/YaST2/modules/MailTableInclude.pm line 204 (#1)
This is actually a real bug. $oseparator was wrongly initialized only in Read,
so when writing /etc/aliases we miss the mandatory colon separator.
--
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.
| < Previous | Next > |