[debian-edu-commits] debian-edu/shutdown-at-night.git (#48) - master (branch) updated: 5ee92c6ffd213e41602fde8255b6adb7d5179881

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


The branch, master has been updated
       via  5ee92c6ffd213e41602fde8255b6adb7d5179881 (commit)
      from  6178b2001cd15975af8dc5ed6bd1c49d1bbc49ae (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 5ee92c6ffd213e41602fde8255b6adb7d5179881
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Sat Feb 4 17:05:37 2012 +0000

    Fix typo in syslog message (ist -> is).
    
    git-svn-id: svn+ssh://svn.debian.org/svn/debian-edu/trunk/src/shutdown-at-night@76014 6e500793-9bee-0310-a5b0-9d0909bd054d

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

Summary of changes:
 debian/changelog  |    1 +
 shutdown-at-night |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 383e568..db9ae14 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ shutdown-at-night (0.10) UNRELEASED; urgency=low
 
   * Do not shut down if uptime is less then an hour.  Based on patch and
     idea from Jonathan Jackson in BTS report #619950.
+  * Fix typo in syslog message (ist -> is).
   * Update standards-version from 3.8.0 to 3.9.2.  No changes needed.
 
  -- Petter Reinholdtsen <pere at debian.org>  Wed, 04 Jan 2012 19:15:04 +0100
diff --git a/shutdown-at-night b/shutdown-at-night
index 7e150d5..c9c97c1 100755
--- a/shutdown-at-night
+++ b/shutdown-at-night
@@ -90,6 +90,6 @@ if enabled_for_host ; then
       logger -t shutdown-at-night "client $hostname is in use; shutdown sequence will NOT be initiated."
     fi
 else
-    logger -t shutdown-at-night "shutdown-at-night ist not enabled for client $hostname."
+    logger -t shutdown-at-night "shutdown-at-night is not enabled for client $hostname."
 fi
 


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