[maemo-commits] [maemo-commits] r17714 - projects/haf/branches/osso-af-startup/empty/debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Mar 17 16:35:51 EET 2009
Author: schulhof
Date: 2009-03-17 16:35:50 +0200 (Tue, 17 Mar 2009)
New Revision: 17714

Removed:
   projects/haf/branches/osso-af-startup/empty/debian/postrm
Modified:
   projects/haf/branches/osso-af-startup/empty/debian/postinst
Log:
Not adding anything to startup sequence anymore

Modified: projects/haf/branches/osso-af-startup/empty/debian/postinst
===================================================================
--- projects/haf/branches/osso-af-startup/empty/debian/postinst	2009-03-17 14:33:19 UTC (rev 17713)
+++ projects/haf/branches/osso-af-startup/empty/debian/postinst	2009-03-17 14:35:50 UTC (rev 17714)
@@ -12,12 +12,6 @@
 rm -f /etc/osso-af-init/gconf-dir
 ln -s /var/lib/gconf /etc/osso-af-init/gconf-dir
 
-update-rc.d af-services start 22 2 3 4 5 . stop 22 0 1 6 . > /dev/null
-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 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
   mkdir -p /media/mmc1 2> /dev/null

Deleted: projects/haf/branches/osso-af-startup/empty/debian/postrm
===================================================================
--- projects/haf/branches/osso-af-startup/empty/debian/postrm	2009-03-17 14:33:19 UTC (rev 17713)
+++ projects/haf/branches/osso-af-startup/empty/debian/postrm	2009-03-17 14:35:50 UTC (rev 17714)
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-update-rc.d -f af-services remove > /dev/null
-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 zzzremove-first-boot-flag remove > /dev/null


More information about the maemo-commits mailing list