[debian-edu-commits] debian-edu/ 01/01: Fix typo in the nfs-server testsuite check, reporting error on all non-server installations.

Petter Reinholdtsen pere at moszumanska.debian.org
Sat Oct 11 20:45:35 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 15e919c103c466ee4763fcadd5eb281fdb86978e
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Sat Oct 11 22:45:30 2014 +0200

    Fix typo in the nfs-server testsuite check, reporting error on all non-server installations.
---
 debian/changelog     | 2 ++
 testsuite/nfs-server | 1 +
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f9ef675..02e4abf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -38,6 +38,8 @@ debian-edu-config (1.810) UNRELEASED; urgency=high
   * Correct filesystem testsuite check to warn if less then 20% is free
     on the file systems and only check the /skole/tjener/home0 and
     /skole/backup file system on the main server profile.
+  * Fix typo in the nfs-server testsuite check, reporting error on all
+    non-server installations.
 
  -- Wolfgang Schweer <wschweer at arcor.de>  Tue, 07 Oct 2014 12:47:06 +0200
 
diff --git a/testsuite/nfs-server b/testsuite/nfs-server
index 7789775..7476204 100755
--- a/testsuite/nfs-server
+++ b/testsuite/nfs-server
@@ -13,6 +13,7 @@ error() { echo "error: $0: $*" ; }
 # Only Main-Server and Thin-Client-Server should export file systems
 # via NFS.
 
+enabled=false
 if echo "$PROFILE" | grep -q Main-Server ; then
     enabled=true
 fi

-- 
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