[debian-edu-commits] debian-edu/ 01/01: Fix typo in commit 38f311b07c6bd47f04eb81a23f47df8f6a63275a.
Petter Reinholdtsen
pere at moszumanska.debian.org
Wed Oct 15 05:52:24 UTC 2014
This is an automated email from the git hooks/post-receive script.
pere pushed a commit to branch master
in repository debian-edu-config.
commit 39f8f84eb72315450fa9b7d694d8fbd92e2e6beb
Author: Petter Reinholdtsen <pere at hungry.com>
Date: Wed Oct 15 07:52:12 2014 +0200
Fix typo in commit 38f311b07c6bd47f04eb81a23f47df8f6a63275a.
---
share/ltsp/init-ltsp.d/60-edu-client | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/share/ltsp/init-ltsp.d/60-edu-client b/share/ltsp/init-ltsp.d/60-edu-client
index 61b52de..cf61752 100644
--- a/share/ltsp/init-ltsp.d/60-edu-client
+++ b/share/ltsp/init-ltsp.d/60-edu-client
@@ -3,7 +3,7 @@
service_disable() {
service="$1"
if [ -d /run/systemd/system ] \
- && [ -f /lib/systemd/system/gdm3.service ] ; then
+ && [ -f /lib/systemd/system/${service}.service ] ; then
systemctl disable ${service}.service
else
update-rc.d $service disable || true
--
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