[debian-edu-commits] debian-edu/shutdown-at-night.git (#13) - master (branch) updated: ed06ffeaaa3c04be004a68f21800df70dfc1108d

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


The branch, master has been updated
       via  ed06ffeaaa3c04be004a68f21800df70dfc1108d (commit)
      from  e5daae71cfeae2c45c6e557bbd9e848f36592856 (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 ed06ffeaaa3c04be004a68f21800df70dfc1108d
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Fri Jun 13 06:57:39 2008 +0000

      * Add server side cron job to start waking up clients Monday-Friday at 06:30.
    
    git-svn-id: svn+ssh://svn.debian.org/svn/debian-edu/trunk/src/shutdown-at-night@41445 6e500793-9bee-0310-a5b0-9d0909bd054d

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

Summary of changes:
 debian/changelog |    2 +-
 debian/cron.d    |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 32c8086..fdc41bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
 shutdown-at-night (0.2) UNRELEASED; urgency=low
 
-  * Add server side cron job to start waking up clients at 06:30.
+  * Add server side cron job to start waking up clients Monday-Friday at 06:30.
   * Change wakeupclients to log progress, and to check if a client is up
     before trying to wake it.
   * Change wakeupclients to use fping to check for alive clints, to speed
diff --git a/debian/cron.d b/debian/cron.d
index e9b32c7..ca5e262 100644
--- a/debian/cron.d
+++ b/debian/cron.d
@@ -6,5 +6,5 @@ PATH=/sbin:/bin:/usr/sbin:/usr/bin
 # Shutdown clients
 0 16,17,18,19,20,21,22,23,0,1,2,3,4,5,6 * * * root test -x /usr/lib/shutdown-at-night/shutdown-at-night && /usr/lib/shutdown-at-night/shutdown-at-night
 
-# Try to wake up clients
-30 6 * * * root test -x /usr/lib/shutdown-at-night/wakeupclients && /usr/lib/shutdown-at-night/wakeupclients
+# Try to wake up clients on work days
+30 6 * * 1,2,3,4,5 root test -x /usr/lib/shutdown-at-night/wakeupclients && /usr/lib/shutdown-at-night/wakeupclients


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