[Bug 1206047] [NEW] typo? in /etc/cron.daily/apt : MinAgeSec variable does not exist
MMlosh
1206047 at bugs.launchpad.net
Mon Jul 29 08:48:45 UTC 2013
Public bug reported:
apt 0.9.7.7ubuntu4 (Current version in Raring)
I set apt verbosity to 3 and noticed missing information in the output
/etc/cron.daily/apt
It turned out that the debug lines use variable "MinAgeSec", which
doesn't exist.
/etc/cron.daily/apt:199 if [ $delta -le $MinAge ]; then debug_echo "skip remove by archive size: $file, delta=$delta < $MinAgeSec" )
By the context I am sure that it was recently renamed and it should be "MinAge"
PS: Last 10 times I checked apport was broken. This is a typo in a file.
** Affects: apt (Ubuntu)
Importance: Undecided
Status: New
** Description changed:
apt 0.9.7.7ubuntu4 (Current version in Raring)
I set apt verbosity to 3 and noticed missing information in the output
/etc/cron.daily/apt
- It turned out that the debug lines use variable "MaxAgeSec", which doesn't exist.
- By the context I think that it was recently renamed and it should use "MaxAge"
+ It turned out that the debug lines use variable "MinAgeSec", which
+ doesn't exist.
- PS: Last 10 times I checked apport was broken. This is a typo in a
- file.
+ /etc/cron.daily/apt:199 if [ $delta -le $MinAge ]; then debug_echo "skip remove by archive size: $file, delta=$delta < $MinAgeSec" )
+ By the context I am sure that it was recently renamed and it should be "MinAge"
+
+
+ PS: Last 10 times I checked apport was broken. This is a typo in a file.
** Summary changed:
- typo? in /etc/cron.daily/apt : MaxAgeSec variable does not exist
+ typo? in /etc/cron.daily/apt : MinAgeSec variable does not exist
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1206047
Title:
typo? in /etc/cron.daily/apt : MinAgeSec variable does not exist
Status in “apt” package in Ubuntu:
New
Bug description:
apt 0.9.7.7ubuntu4 (Current version in Raring)
I set apt verbosity to 3 and noticed missing information in the output
/etc/cron.daily/apt
It turned out that the debug lines use variable "MinAgeSec", which
doesn't exist.
/etc/cron.daily/apt:199 if [ $delta -le $MinAge ]; then debug_echo "skip remove by archive size: $file, delta=$delta < $MinAgeSec" )
By the context I am sure that it was recently renamed and it should be "MinAge"
PS: Last 10 times I checked apport was broken. This is a typo in a file.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1206047/+subscriptions
More information about the foundations-bugs
mailing list