[maemo-commits] [maemo-commits] r16749 - projects/haf/trunk/osso-af-startup/debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Nov 20 17:05:56 EET 2008
Author: schulhof
Date: 2008-11-20 17:05:55 +0200 (Thu, 20 Nov 2008)
New Revision: 16749

Modified:
   projects/haf/trunk/osso-af-startup/debian/postinst
   projects/haf/trunk/osso-af-startup/debian/postrm
Log:
Typo

Modified: projects/haf/trunk/osso-af-startup/debian/postinst
===================================================================
--- projects/haf/trunk/osso-af-startup/debian/postinst	2008-11-20 12:53:43 UTC (rev 16748)
+++ projects/haf/trunk/osso-af-startup/debian/postinst	2008-11-20 15:05:55 UTC (rev 16749)
@@ -36,7 +36,7 @@
 update-rc.d af-startup start 50 2 3 4 . stop 21 0 1 6 . > /dev/null
 update-rc.d af-base-apps start 60 2 3 4 . stop 20 0 1 5 6 . > /dev/null
 update-rc.d hwclock start 01 S 1 2 3 4 5 . stop 02 0 1 2 3 4 5 6 . > /dev/null
-update-rc.d zzz-remove-first-boot-flag start 99 S 1 2 3 4 5 . stop 01 0 1 2 3 4 5 6 . > /dev/null
+update-rc.d zzzremove-first-boot-flag start 99 S 1 2 3 4 5 . stop 01 0 1 2 3 4 5 6 . > /dev/null
 
 # create memory card mount points ("if" is for Scratchbox)
 if [ -w / ]; then

Modified: projects/haf/trunk/osso-af-startup/debian/postrm
===================================================================
--- projects/haf/trunk/osso-af-startup/debian/postrm	2008-11-20 12:53:43 UTC (rev 16748)
+++ projects/haf/trunk/osso-af-startup/debian/postrm	2008-11-20 15:05:55 UTC (rev 16749)
@@ -4,4 +4,4 @@
 update-rc.d -f af-startup remove > /dev/null
 update-rc.d -f af-base-apps remove > /dev/null
 update-rc.d -f hwclock remove > /dev/null
-update-rc.d -f zzz-remove-first-boot-flag remove > /dev/null
+update-rc.d -f zzzremove-first-boot-flag remove > /dev/null


More information about the maemo-commits mailing list