tags 480463 patch
user [EMAIL PROTECTED]
usertags ubuntu-patch intrepid
thanks
Hi Pasc,
A fix for this issue has been published in Ubuntu. Please find the patch
attached.
Cheers,
--
Steve Langasek Give me a lever long enough and a Free OS
Debian Developer to set it on, and I can move the world.
Ubuntu Developer http://www.debian.org/
[EMAIL PROTECTED] [EMAIL PROTECTED]
diff -u anacron-2.3/lock.c anacron-2.3/lock.c
--- anacron-2.3/lock.c
+++ anacron-2.3/lock.c
@@ -133,7 +133,6 @@
default:
die ("Unknown named period for %s (%d)", jr->ident,
jr->named_period);
}
- printf ("Checking against %d with %d\n", day_delta, period);
if (day_delta < period && day_delta != bypass)
{
/* Job is still too young */
diff -u anacron-2.3/debian/changelog anacron-2.3/debian/changelog
--- anacron-2.3/debian/changelog
+++ anacron-2.3/debian/changelog
@@ -1,3 +1,9 @@
+anacron (2.3-13.1ubuntu5) intrepid; urgency=low
+
+ * Remove informational message in lock.c:consider_job() (LP: #124518)
+
+ -- Andreas Moog <[EMAIL PROTECTED]> Sun, 24 Aug 2008 11:35:37 +0200
+
anacron (2.3-13.1ubuntu4) intrepid; urgency=low
* debian/pm-utils.{power,sleep}.d: