apt cron.daily script doesn't check value-existence
Bug #223502 reported by
Sander Smeenk
This bug affects 6 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
apt (Ubuntu) |
Fix Released
|
Low
|
Michael Vogt | ||
Jaunty |
Fix Released
|
Low
|
Michael Vogt |
Bug Description
Attached is a patch that fixes a daily cron message on systems that have gconftool installed but do not have values for /system/
Result is now:
| Subject: Cron <root@dot> test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
|
| /etc/cron.
| No value set for `/system/
| No value set for `/system/
| No value set for `/system/
Redirecting STDERR to /dev/null doesn't seem to break anything, so please consider applying this patch :)
Changed in apt: | |
assignee: | nobody → ubuntu-bugs-apt-get |
assignee: | ubuntu-bugs-apt-get → ubuntu-core-dev |
Changed in apt (Ubuntu Jaunty): | |
assignee: | nobody → mvo |
status: | Confirmed → Fix Committed |
To post a comment you must log in.
I have the same problem. I have applied your patch manually. Why do you have inserted the ";" at the end of the first two new lines?