[debian-edu-commits] debian-edu/ 01/02: clients-generator: Minor whitespace clean-up.

Mike Gabriel sunweaver at debian.org
Fri Feb 26 11:07:56 UTC 2016


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

sunweaver pushed a commit to branch master
in repository debian-edu-config.

commit f682fbfd011fdb9df406e4ddc285ae5e86f27785
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Feb 26 11:53:53 2016 +0100

    clients-generator: Minor whitespace clean-up.
---
 etc/shutdown-at-night/clients-generator | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/shutdown-at-night/clients-generator b/etc/shutdown-at-night/clients-generator
index b8d028e..6c4ad31 100755
--- a/etc/shutdown-at-night/clients-generator
+++ b/etc/shutdown-at-night/clients-generator
@@ -13,7 +13,7 @@ $ENV{PATH} .= ':/usr/sbin';
 my @host_whitelist = `netgroup -h shutdown-at-night-hosts 2>/dev/null || true`;
 my @host_blacklist = `netgroup -h shutdown-at-night-hosts-blacklist 2>/dev/null || true`;
 
-my @wakeup_host_whitelist = `netgroup -h shutdown-at-night-wakeup-hosts 2>/dev/null || printf "NETGROUP-NOT-FOUND" `;
+my @wakeup_host_whitelist = `netgroup -h shutdown-at-night-wakeup-hosts 2>/dev/null || printf "NETGROUP-NOT-FOUND"`;
 if((exists $wakeup_host_whitelist[0]) && ($wakeup_host_whitelist[0] ne "NETGROUP-NOT-FOUND")) {
     @host_whitelist = @wakeup_host_whitelist;
     # when wakeup-in-the-morning-hosts netgroup is used, expect its own blacklist pendant (i.e., netgroup no-wakeup-in-the-morning-hosts)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-config.git



More information about the debian-edu-commits mailing list