[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#493338: debian-edu-config: crontest failure



On Sat, Aug 02, 2008 at 10:12:03AM +0200, Filippo Giunchedi wrote:
> Hi,
> it seems that debian-edu-config cron files are giving output when the package itself is removed
> (REMOVE) or its dependencies (AUTOREMOVE). See also policy 9.5 "Cron jobs" about this issue.
> 
> log available at:
> http://svn.debian.org/wsvn/collab-qa/crontest/2008-08-02/logs/debian-edu-config_1.423_sid.cronlog?op=file
> 
> reported below:
> AUTOREMOVE CRON.HOURLY [] ['/etc/cron.hourly/debian-edu-config: line 9: innetgr: command not found\n']
> 
> please check that the file is there and executable.

I've prepared an NMU for this bug, debdiff attached.
I'd like to upload to DELAYED in a few days if that is okay.

filippo
--
Filippo Giunchedi - http://esaurito.net
PGP key: 0x6B79D401
random quote follows:

A child of five would understand this. Send someone to fetch a child of five.
-- Groucho Marx
diff -Nru debian-edu-config-1.423/debian/changelog debian-edu-config-1.423+nmu1/debian/changelog
--- debian-edu-config-1.423/debian/changelog	2008-07-26 01:24:37.000000000 +0200
+++ debian-edu-config-1.423+nmu1/debian/changelog	2008-08-14 11:25:24.000000000 +0200
@@ -1,3 +1,10 @@
+debian-edu-config (1.423+nmu1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Check for innetgr executability in cron.hourly (Closes: #493338)
+
+ -- Filippo Giunchedi <filippo@debian.org>  Thu, 14 Aug 2008 11:24:24 +0200
+
 debian-edu-config (1.423) unstable; urgency=low
 
   [ Petter Reinholdtsen ]
diff -Nru debian-edu-config-1.423/debian/debian-edu-config.cron.hourly debian-edu-config-1.423+nmu1/debian/debian-edu-config.cron.hourly
--- debian-edu-config-1.423/debian/debian-edu-config.cron.hourly	2008-07-12 13:27:48.000000000 +0200
+++ debian-edu-config-1.423+nmu1/debian/debian-edu-config.cron.hourly	2008-08-14 11:24:12.000000000 +0200
@@ -3,6 +3,8 @@
 PATH=/bin:/usr/bin:/sbin:/usr/sbin
 export PATH
 
+[ -x /usr/bin/innetgr ] || exit 0
+
 # Automatically extend full LVM volumes if the host is a member of the
 # fsautoresize-hosts netgroup.
 hostname=$(uname -n)

Reply to: