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

Martin Pitt mpitt at costa.debian.org
Tue Sep 12 12:43:04 UTC 2006


Author: mpitt
Date: Tue Sep 12 12:43:03 2006
New Revision: 362

Modified:
   cupsys/branches/cups-1.2-ubuntu/debian/cupsys.init.d

Log:
fix typo in previous patch

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	Tue Sep 12 12:43:03 2006
@@ -34,7 +34,7 @@
 
 	# create the logs file since cupsd can't
 	for l in access_log page_log error_log; do
-	    [ -e /var/log/cups/$l ] && touch /var/log/cups/$l
+	    [ -e /var/log/cups/$l ] || touch /var/log/cups/$l
 	    chmod 640 /var/log/cups/$l
 	    chown cupsys:lpadmin /var/log/cups/$l
 	done



More information about the Pkg-cups-devel mailing list