[debian-edu-commits] debian-edu/ 01/01: Adjust testsuite/cups as the daemon is now called cups-browsed.

Wolfgang Schweer schweer-guest at moszumanska.debian.org
Fri Aug 22 14:17:37 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 89900ae6fb640a5e9d4ff3d34a1bbfeeb7d09d23
Author: Wolfgang Schweer <wschweer at arcor.de>
Date:   Fri Aug 22 16:17:25 2014 +0200

    Adjust testsuite/cups as the daemon is now called cups-browsed.
---
 debian/changelog | 1 +
 testsuite/cups   | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 603e65b..3444526 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -30,6 +30,7 @@ debian-edu-config (1.721) UNRELEASED; urgency=low
     storage in secrets.tdb (new location: /var/lib/samba/private/).
   * Fix path to secrets.tdb in ldap-debian-edu-install.
   * Make failing SAMBASID fetch non-fatal.
+  * Adjust testsuite/cups; the daemon is now called cups-browsed.
 
  -- Alexander Alemayhu <alexander at bitraf.no>  Thu, 21 Aug 2014 22:51:52 +0200
 
diff --git a/testsuite/cups b/testsuite/cups
index a8e0f3e..08c0800 100755
--- a/testsuite/cups
+++ b/testsuite/cups
@@ -15,10 +15,10 @@ else
     exit 1
 fi
 
-if pidof cupsd > /dev/null ; then
-    echo "success: $0: cupsd is running."
+if pidof cups-browsed > /dev/null ; then
+    echo "success: $0: cups-browsed is running."
 else
-    echo "error: $0: cupsd is not running."
+    echo "error: $0: cups-browsed is not running."
     exit 1
 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