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

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


The branch, master has been updated
       via  c21bd82b824304cac0b4df3d905181e377eb60cb (commit)
      from  688abdd0f087509c53d0d008bb90038b99acfd9a (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 c21bd82b824304cac0b4df3d905181e377eb60cb
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Sun Jun 8 16:44:13 2008 +0000

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

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

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

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 9ac9343..d0db804 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+shutdown-at-night (0.2) UNRELEASED; urgency=low
+
+  * Add server side cron job to start waking up clients at 06:30.
+
+ -- Petter Reinholdtsen <pere at debian.org>  Sun,  8 Jun 2008 18:18:53 +0200
+
 shutdown-at-night (0.1) unstable; urgency=low
 
   * Initial package.
diff --git a/debian/cron.d b/debian/cron.d
index 85909e3..e9b32c7 100644
--- a/debian/cron.d
+++ b/debian/cron.d
@@ -3,4 +3,8 @@
 SHELL=/bin/sh
 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


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