[Pkg-cups-devel] r194 - cupsys/branches/cups-1.2-ubuntu/debian

Martin Pitt mpitt at costa.debian.org
Fri Apr 21 14:12:40 UTC 2006


Author: mpitt
Date: Fri Apr 21 14:12:39 2006
New Revision: 194

Modified:
   cupsys/branches/cups-1.2-ubuntu/debian/changelog
   cupsys/branches/cups-1.2-ubuntu/debian/cupsys.init.d
Log:
import 1.1.99.b1.r4929-0ubuntu9 upload from Scott

Modified: cupsys/branches/cups-1.2-ubuntu/debian/changelog
==============================================================================
--- cupsys/branches/cups-1.2-ubuntu/debian/changelog	(original)
+++ cupsys/branches/cups-1.2-ubuntu/debian/changelog	Fri Apr 21 14:12:39 2006
@@ -138,6 +138,12 @@
 
  -- Kenshi Muto <kmuto at debian.org>  Sun, 16 Apr 2006 17:49:57 +0900
 
+cupsys (1.1.99.b1.r4929-0ubuntu9) dapper; urgency=low
+
+  * Correct permissions of /var/run/cups in the init script.
+
+ -- Scott James Remnant <scott at ubuntu.com>  Wed, 19 Apr 2006 14:15:14 +0100
+
 cupsys (1.1.99.b1.r4929-0ubuntu8) dapper; urgency=low
 
   * Disable 53_usr_share_ppd_support.dpatch again, too many

Modified: cupsys/branches/cups-1.2-ubuntu/debian/cupsys.init.d
==============================================================================
--- cupsys/branches/cups-1.2-ubuntu/debian/cupsys.init.d	(original)
+++ cupsys/branches/cups-1.2-ubuntu/debian/cupsys.init.d	Fri Apr 21 14:12:39 2006
@@ -26,6 +26,7 @@
 	chown root:lpadmin /usr/share/ppd/custom 2>/dev/null || true
 	chmod 3775 /usr/share/ppd/custom 2>/dev/null || true
 	mkdir -p `dirname "$PIDFILE"`
+	chown cupsys:lp `dirname "$PIDFILE"`
 
 	# create the logs file since cupsd can't
 	if [ ! -e /var/log/cups/access_log ]; then



More information about the Pkg-cups-devel mailing list