[debian-edu-commits] debian-edu/ 01/01: Fix cups issue (not listening on www:631) by adding this listen statement to /etc/cups/cupsd-debian-edu.conf.

Wolfgang Schweer schweer-guest at moszumanska.debian.org
Tue Aug 26 16:50:49 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 02aa26bc77bff669ae784fd45f6399933aa529f6
Author: Wolfgang Schweer <wschweer at arcor.de>
Date:   Tue Aug 26 18:50:16 2014 +0200

    Fix cups issue (not listening on www:631) by adding this listen statement to /etc/cups/cupsd-debian-edu.conf.
---
 debian/changelog               | 2 ++
 etc/cups/cupsd-debian-edu.conf | 1 +
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f5c15a6..9b45262 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,8 @@ debian-edu-config (1.722) UNRELEASED; urgency=low
       + treat all options the same way (leading +/-).
   * Use temporary smb.conf file in /usr/bin/ldap-debian-edu-install to get
     SAMBASID value and make Samba/LDAP/Kerberos bootstrap complete.
+  * Fix cups issue (not listening on www:631) by adding this listen statement
+    to /etc/cups/cupsd-debian-edu.conf.
 
   [ Petter Reinholdtsen ]
   * Mention possible cause of the failing webcache test in the error
diff --git a/etc/cups/cupsd-debian-edu.conf b/etc/cups/cupsd-debian-edu.conf
index d622a5c..ed3b6d4 100644
--- a/etc/cups/cupsd-debian-edu.conf
+++ b/etc/cups/cupsd-debian-edu.conf
@@ -211,6 +211,7 @@ LogLevel info
 #Port 443
 Port 631
 Listen /var/run/cups/cups.sock
+Listen www:631
 
 # Accept requests on any interface/address
 ServerAlias *

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