[debian-edu-commits] debian-edu/ 01/01: Rename NIS netgroup for blacklisting shutdowns to shutdown-at-night-hosts-blacklist. Thanks to Petter Reinholdtsen for feedback.

Mike Gabriel sunweaver at debian.org
Wed Oct 14 10:54:00 UTC 2015


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository shutdown-at-night.

commit 67a21073eaaade71e5025d59496d169184749f08
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Oct 14 12:53:22 2015 +0200

    Rename NIS netgroup for blacklisting shutdowns to shutdown-at-night-hosts-blacklist. Thanks to Petter Reinholdtsen for feedback.
---
 debian/changelog  | 3 +++
 shutdown-at-night | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index f05419c..867e752 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,9 @@ shutdown-at-night (0.16) UNRELEASED; urgency=medium
     when NIS netgroups are used for controlling shutdown-at-night.
     (Use "no-shutdown-at-night-hosts" NIS netgroup for black listing
     hosts that should not shutdown).
+  * Rename NIS netgroup for blacklisting shutdowns to
+    shutdown-at-night-hosts-blacklist. Thanks to Petter Reinholdtsen
+    for feedback.
 
  -- Wolfgang Schweer <wschweer at arcor.de>  Tue, 02 Jun 2015 22:25:43 +0200
 
diff --git a/shutdown-at-night b/shutdown-at-night
index a9cdf30..ae86293 100755
--- a/shutdown-at-night
+++ b/shutdown-at-night
@@ -14,7 +14,7 @@ wakeuptime="07:00"
 
 hostname="$(uname -n)"
 netgroupname="shutdown-at-night-hosts"
-netgroupname_noshutdown="no-shutdown-at-night-hosts"
+netgroupname_noshutdown="shutdown-at-night-hosts-blacklist"
 
 # Hook directories to allow custom code to detect if a machine is used
 # or not.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/shutdown-at-night.git



More information about the debian-edu-commits mailing list