[debian-edu-commits] debian-edu/ 01/01: Fix typo in testsuite/network.
Wolfgang Schweer
schweer-guest at moszumanska.debian.org
Mon May 8 13:07:33 UTC 2017
This is an automated email from the git hooks/post-receive script.
schweer-guest pushed a commit to branch master
in repository debian-edu-config.
commit 907e5a0e5f9d1e59f56d1b54778b1b19ea89e5be
Author: Wolfgang Schweer <wschweer at arcor.de>
Date: Mon May 8 15:05:53 2017 +0200
Fix typo in testsuite/network.
Use the correct profile name 'LTSP-Server'.
---
debian/changelog | 6 ++++++
testsuite/network | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 0d1832e..a869511 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+debian-edu-config (1.927) UNRELEASED; urgency=medium
+
+ * Fix typo in testsuite/network to use correct the LTSP-Server profile name.
+
+ -- Wolfgang Schweer <wschweer at arcor.de> Mon, 08 May 2017 14:12:31 +0200
+
debian-edu-config (1.926) unstable; urgency=medium
[ Holger Levsen ]
diff --git a/testsuite/network b/testsuite/network
index aeb7f77..cba0357 100755
--- a/testsuite/network
+++ b/testsuite/network
@@ -78,7 +78,7 @@ for value in `echo $PROFILE |sed 's/ /-/g' | sed 's/,-/ /g'`; do
networked=true
workstation=true
;;
- LTSP-server)
+ LTSP-Server)
networked=true
workstation=true
ltspserver=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