[debian-edu-commits] debian-edu/ 32/64: * Rename netgroup used to enable shutdown-at-night, from host-shutdown-at-night to shutdown-at-night-hosts, to match the name structure used in Debian Edu.
Mike Gabriel
sunweaver at debian.org
Wed Oct 23 09:51:53 UTC 2013
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 b97924e2cb26473bdeada9f410c7afd94c9d8e98
Author: Petter Reinholdtsen <pere at hungry.com>
Date: Sun Jul 6 23:19:16 2008 +0000
* Rename netgroup used to enable shutdown-at-night, from
host-shutdown-at-night to shutdown-at-night-hosts, to match the
name structure used in Debian Edu.
git-svn-id: svn+ssh://svn.debian.org/svn/debian-edu/trunk/src/shutdown-at-night@42345 6e500793-9bee-0310-a5b0-9d0909bd054d
---
debian/changelog | 8 ++++++++
shutdown-at-night | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index a7a68f2..4135262 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+shutdown-at-night (0.6) UNRELEASED; urgency=low
+
+ * Rename netgroup used to enable shutdown-at-night, from
+ host-shutdown-at-night to shutdown-at-night-hosts, to match the
+ name structure used in Debian Edu.
+
+ -- Petter Reinholdtsen <pere at debian.org> Sun, 22 Jun 2008 00:20:25 +0200
+
shutdown-at-night (0.6) unstable; urgency=low
* Change GPL file reference in copyright to use GPL-2 instead of GPL,
diff --git a/shutdown-at-night b/shutdown-at-night
index 480a212..7e32464 100755
--- a/shutdown-at-night
+++ b/shutdown-at-night
@@ -13,7 +13,7 @@
wakeuptime="07:00"
hostname="$(uname -n)"
-netgroupname="host-shutdown-at-night"
+netgroupname="shutdown-at-night-hosts"
in_netgroup() {
innetgr -h "$hostname" "$netgroupname"
--
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