Bug#586438: update-notifier-common: illegitimate assumption about sources.list

2010-06-19 Thread Toni Mueller
Package: update-notifier-common Version: 0.99.3debian4 Severity: normal Tags: squeeze sid Hi, everytime I log in, I see this: $ sh /usr/lib/update-notifier/update-motd-updates-available stat: cannot stat `/etc/apt//sources.list': No such file or directory /usr/lib/update-notifier/update-motd

Bug#586438: update-notifier-common: illegitimate assumption about sources.list

2010-06-19 Thread Toni Mueller
Hi, On Sat, 19.06.2010 at 16:54:37 +0200, Toni Mueller wrote: > NEED_UPDATE_CHECK=no > > for i in /$EtcDir/$SourceList /$EtcDir/${SourceList}.d/*; do > test -f $i && NEED_UPDATE_CHECK=yes > done I suggest the following change instead: $ diff -uw update-motd-updates-available /usr/lib/

Bug#586438: update-notifier-common: illegitimate assumption about sources.list

2010-06-19 Thread Julian Andres Klode
On Sa, 2010-06-19 at 19:45 +0200, Toni Mueller wrote: > Hi, > > On Sat, 19.06.2010 at 16:54:37 +0200, Toni Mueller wrote: > > NEED_UPDATE_CHECK=no > > > > for i in /$EtcDir/$SourceList /$EtcDir/${SourceList}.d/*; do > > test -f $i && NEED_UPDATE_CHECK=yes > > done > > I suggest the followin

Bug#586438: update-notifier-common: illegitimate assumption about sources.list

2010-06-19 Thread Toni Mueller
Hi, On Sat, 19.06.2010 at 20:11:31 +0200, Julian Andres Klode wrote: > I couldn't care less about this bug (OK, maybe a bit less is possible), > as the functionality causing it is disabled in the version in unstable. this would imho be your task, right? -- Kind regards, --Toni++ -- To

Bug#586438: update-notifier-common: illegitimate assumption about sources.list

2010-06-19 Thread Julian Andres Klode
On Sa, 2010-06-19 at 20:28 +0200, Toni Mueller wrote: > Hi, > > On Sat, 19.06.2010 at 20:11:31 +0200, Julian Andres Klode > wrote: > > I couldn't care less about this bug (OK, maybe a bit less is possible), > > as the functionality causing it is disabled in the version in unstable. > > this wou