[debian-edu-commits] debian-edu/shutdown-at-night.git (#50) - master (branch) updated: 4050dbd5c27a77dc2084c5c8f53c05a8b2ee39c3

Mike Gabriel sunweaver at alioth.debian.org
Wed Oct 23 09:24:19 UTC 2013


The branch, master has been updated
       via  4050dbd5c27a77dc2084c5c8f53c05a8b2ee39c3 (commit)
      from  7266187ab9694f01f58e99443b7e2fdc82e65dea (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4050dbd5c27a77dc2084c5c8f53c05a8b2ee39c3
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Mon Jul 15 14:57:18 2013 +0000

    Quiet down cron job to wake up client to not complain when fping
    notice they are unavailable.
    
    git-svn-id: svn+ssh://svn.debian.org/svn/debian-edu/trunk/src/shutdown-at-night@81708 6e500793-9bee-0310-a5b0-9d0909bd054d

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog |    7 +++++++
 wakeupclients    |    2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 4db7411..c93f3af 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+shutdown-at-night (0.11) UNRELEASED; 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>  Mon, 15 Jul 2013 16:56:35 +0200
+
 shutdown-at-night (0.10) unstable; urgency=low
 
   * Do not shut down if uptime is less then an hour.  Based on patch and
diff --git a/wakeupclients b/wakeupclients
index 5139c13..01f0e87 100755
--- a/wakeupclients
+++ b/wakeupclients
@@ -63,7 +63,7 @@ sub wakeup {
 
 sub get_alive_list {
     my @addresses = @_;
-    return split(/\s+/, `fping -a @addresses`);
+    return split(/\s+/, `fping -a @addresses 2>/dev/null`);
 }
 
 sub logmsg {


hooks/post-receive
-- 
shutdown-at-night.git (shutdown-at-night Debian package)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "shutdown-at-night.git" (shutdown-at-night Debian package).




More information about the debian-edu-commits mailing list