[debian-edu-commits] debian-edu/shutdown-at-night.git (#3) - master (branch) updated: 82b6aba9d048fc69578dc8bdddd1f3fc1f9b5da6

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


The branch, master has been updated
       via  82b6aba9d048fc69578dc8bdddd1f3fc1f9b5da6 (commit)
      from  5016204677ae65ba9251ccf953833c10889d98df (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 82b6aba9d048fc69578dc8bdddd1f3fc1f9b5da6
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Sun Jun 8 15:35:51 2008 +0000

    Adjust flag file used to enable automatic shutdown.
    
    git-svn-id: svn+ssh://svn.debian.org/svn/debian-edu/trunk/src/shutdown-at-night@41392 6e500793-9bee-0310-a5b0-9d0909bd054d

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

Summary of changes:
 shutdown-at-night |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

The diff of changes is:
diff --git a/shutdown-at-night b/shutdown-at-night
index d791bca..b00c9a0 100755
--- a/shutdown-at-night
+++ b/shutdown-at-night
@@ -9,7 +9,7 @@
 
 enabled_for_host() {
     # Flag for now
-    if [ -f /etc/debian-edu/shutdown-at-night ] ; then
+    if [ -f /etc/shutdown-at-night/shutdown-at-night ] ; then
         true
     fi
     false;


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