[debian-edu-commits] debian-edu/ 02/02: testsuite/network: fix typo to match profile types in file /etc/debian-edu/config.
Wolfgang Schweer
schweer-guest at moszumanska.debian.org
Sat Nov 1 20:40:24 UTC 2014
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 4ea65971e3ff857faee6f6fc3e4d000b93021d3f
Author: Wolfgang Schweer <wschweer at arcor.de>
Date: Sat Nov 1 21:38:45 2014 +0100
testsuite/network: fix typo to match profile types in file /etc/debian-edu/config.
---
debian/changelog | 4 ++++
testsuite/network | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 5a277a8..ced6222 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,10 @@ debian-edu-config (1.814) UNRELEASED; urgency=low
automatically too.
[ Wolfgang Schweer ]
+ * testsuite/network: cover case that udev persistent network card rules
+ file isn't written at all.
+ * testsuite/network: fix typo to match profile types in file
+ /etc/debian-edu/config.
-- Petter Reinholdtsen <pere at debian.org> Sat, 01 Nov 2014 07:25:41 +0100
diff --git a/testsuite/network b/testsuite/network
index 8df344c..147b936 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
;;
- Thin-Client-Server|LTSP-server)
+ Thinclient-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