[debian-edu-commits] debian-edu/shutdown-at-night.git (#56) - master (branch) updated: 9d2c27beb0edeb315b452c4bd7aedaec4782ee89

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


The branch, master has been updated
       via  9d2c27beb0edeb315b452c4bd7aedaec4782ee89 (commit)
      from  1f92ea93a1f5fb939a986781c4ae88d1be0e1238 (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 9d2c27beb0edeb315b452c4bd7aedaec4782ee89
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Oct 22 16:22:21 2013 +0000

    The -i <host-ip> option in the wakeonlan executable is only useful
    on networks with static ARP tables available. For networks using
    dynamic ARP tables (common with most switches), a broadcast address
    instead of a host IP should be given here. The wakeonlan default
    (255.255.255.255) is just fine for most network setups. So we omit
    the -i <host-ip> option completely when calling wakeonlan in the
    wakeupclients script.
    
    git-svn-id: svn+ssh://svn.debian.org/svn/debian-edu/trunk/src/shutdown-at-night@82647 6e500793-9bee-0310-a5b0-9d0909bd054d

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

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

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 84e8fb0..dfd2ca3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 shutdown-at-night (0.12) UNRELEASED; urgency=low
 
+  [ Petter Reinholdtsen ]
   * Add support for using the ACPI RTC wakeup interface to wake up the
     machine (Closes: #717441).
   * Correct time zone calculations, try to ensure that the 07:00 wake
@@ -7,6 +8,15 @@ shutdown-at-night (0.12) UNRELEASED; urgency=low
   * Make sure to syslog that ACPI RTC is used to set wakeup time when
     it is used.
 
+  [ Mike Gabriel ]
+  * The -i <host-ip> option in the wakeonlan executable is only useful
+    on networks with static ARP tables available. For networks using 
+    dynamic ARP tables (common with most switches), a broadcast address
+    instead of a host IP should be given here. The wakeonlan default
+    (255.255.255.255) is just fine for most network setups. So we omit
+    the -i <host-ip> option completely when calling wakeonlan in the
+    wakeupclients script.
+
  -- Petter Reinholdtsen <pere at debian.org>  Mon, 15 Jul 2013 17:26:08 +0200
 
 shutdown-at-night (0.11) unstable; urgency=low
diff --git a/wakeupclients b/wakeupclients
index 01f0e87..ad4391f 100755
--- a/wakeupclients
+++ b/wakeupclients
@@ -58,7 +58,7 @@ exit 0;
 
 sub wakeup {
     my ($ip, $hwaddr) = @_;
-    `wakeonlan -i $ip $hwaddr`;
+    `wakeonlan $hwaddr`;
 }
 
 sub get_alive_list {


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