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

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


Author: kmuto
Date: Wed Jul 19 03:55:35 2006
New Revision: 300

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

Log:
remove unnecessary fi

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:55:35 2006
@@ -32,8 +32,7 @@
 	mkdir -p `dirname "$PIDFILE"`
 	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
+	  modprobe -q lp || true
 	fi
 	start-stop-daemon --start --quiet --oknodo --pidfile "$PIDFILE" --exec $DAEMON
 	log_end_msg $?



More information about the Pkg-cups-devel mailing list