[debian-edu-commits] r81784 - in branches/wheezy/shutdown-at-night: . debian
pere at alioth.debian.org
pere at alioth.debian.org
Sun Jul 21 13:55:32 UTC 2013
Author: pere
Date: 2013-07-21 13:55:32 +0000 (Sun, 21 Jul 2013)
New Revision: 81784
Modified:
branches/wheezy/shutdown-at-night/debian/changelog
branches/wheezy/shutdown-at-night/wakeupclients
Log:
Stable update version 0.10+deb7u1 of shutdown-at-night.
Modified: branches/wheezy/shutdown-at-night/debian/changelog
===================================================================
--- branches/wheezy/shutdown-at-night/debian/changelog 2013-07-21 13:54:09 UTC (rev 81783)
+++ branches/wheezy/shutdown-at-night/debian/changelog 2013-07-21 13:55:32 UTC (rev 81784)
@@ -1,3 +1,10 @@
+shutdown-at-night (0.10+deb7u1) wheezy; urgency=low
+
+ * Quiet down cron job to wake up client to not complain when fping
+ notice they are unavailable.
+
+ -- Petter Reinholdtsen <pere at debian.org> Sun, 21 Jul 2013 15:36:19 +0200
+
shutdown-at-night (0.10) unstable; urgency=low
* Do not shut down if uptime is less then an hour. Based on patch and
Modified: branches/wheezy/shutdown-at-night/wakeupclients
===================================================================
--- branches/wheezy/shutdown-at-night/wakeupclients 2013-07-21 13:54:09 UTC (rev 81783)
+++ branches/wheezy/shutdown-at-night/wakeupclients 2013-07-21 13:55:32 UTC (rev 81784)
@@ -63,7 +63,7 @@
sub get_alive_list {
my @addresses = @_;
- return split(/\s+/, `fping -a @addresses`);
+ return split(/\s+/, `fping -a @addresses 2>/dev/null`);
}
sub logmsg {
More information about the debian-edu-commits
mailing list