[Debian-olpc-commits] r14 - trunk/debian

holger at alioth.debian.org holger at alioth.debian.org
Wed Jun 25 22:17:15 UTC 2008


Author: holger
Date: 2008-06-25 22:17:14 +0000 (Wed, 25 Jun 2008)
New Revision: 14

Modified:
   trunk/debian/postinst
Log:
fix typo

Modified: trunk/debian/postinst
===================================================================
--- trunk/debian/postinst	2008-06-24 21:35:44 UTC (rev 13)
+++ trunk/debian/postinst	2008-06-25 22:17:14 UTC (rev 14)
@@ -21,7 +21,7 @@
 case "$1" in
     configure)
     	if [ -f /sys/power/olpc-pm ] ; then
-		update-rc.d olpc-configure start 01 345 . >/dev/null
+		update-rc.d olpc-configure start 01 3 4 5 . >/dev/null
 	else
 		echo "Warning: this package is intended only for the OLPC XO, not installing /etc/init.d/olpc-configure"
 	fi




More information about the Debian-olpc-commits mailing list