[Pkg-cups-devel] r299 - cupsys/branches/cups-1.2/debian

Kenshi Muto kmuto at costa.debian.org
Wed Jul 19 03:43:19 UTC 2006


Author: kmuto
Date: Wed Jul 19 03:43:18 2006
New Revision: 299

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

Log:
remove unnecessary backslash

Modified: cupsys/branches/cups-1.2/debian/cupsys.init.d
==============================================================================
--- cupsys/branches/cups-1.2/debian/cupsys.init.d	(original)
+++ cupsys/branches/cups-1.2/debian/cupsys.init.d	Wed Jul 19 03:43:18 2006
@@ -30,7 +30,7 @@
 	chown root:lpadmin /usr/share/cups/model 2>/dev/null || true
 	chmod 3775 /usr/share/cups/model 2>/dev/null || true
 	mkdir -p `dirname "$PIDFILE"`
-	if [ "$LOAD_LP_MODULE" = "yes" -a -f /usr/lib/cups/backend/parallel \\
+	if [ "$LOAD_LP_MODULE" = "yes" -a -f /usr/lib/cups/backend/parallel \
              -a -f /proc/devices -a -z "$(grep -e ' lp$' /proc/devices 2>/dev/null)" ]; then
 	    modprobe -q lp || true
           fi



More information about the Pkg-cups-devel mailing list