From: Michael Mrozek Date: Tue, 29 Jun 2010 01:55:53 +0000 (+0200) Subject: service.conf: Fixed a bug X-Git-Tag: sz_beta3~235^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18f0e51dd08129bb3e1353e14e7fb12b88692c53;p=openpandora.oe.git service.conf: Fixed a bug --- diff --git a/recipes/pandora-system/pandora-scripts/service.conf b/recipes/pandora-system/pandora-scripts/service.conf index 6962630..c3cc2a6 100644 --- a/recipes/pandora-system/pandora-scripts/service.conf +++ b/recipes/pandora-system/pandora-scripts/service.conf @@ -2,6 +2,5 @@ /etc/rc5.d/S30wl1251-init#Start Wifi on bootup#update-rc.d -f wl1251-init remove#update-rc.d -f wl1251-init defaults 30 40 /etc/rc5.d/S10dropbear#Start Dropbear (SSH login) on bootup#update-rc.d -f dropbear remove#update-rc.d -f dropbear defaults 10 /etc/rcS.d/S39alsa-state#Save/Restore ALSA Mixer Settings#update-rc.d -f alsa-state remove#update-rc.d -f alsa-state start 39 S . stop 31 0 1 6 . -/etc/rcS.d/S39pandora-lcd-state#Save/Restore Nub and LCD Settings on bootup#update-rc.d -f pandora-lcd-state remove#update-rc.d -f pandora-lcd-state start 39 S . stop 31 0 1 6 . -/etc/rc5.d/S10dropbear#Mount remote filesystems on bootup#update-rc.d -f mountnfs.sh remove;update-rc.d -f umountnfs.sh remove#update-rc.d -f mountnfs.sh start 45 S . ;update-rc.d -f umountnfs.sh start 31 0 6 . +/etc/rc5.d/S45mountnfs.sh#Mount remote filesystems on bootup#update-rc.d -f mountnfs.sh remove;update-rc.d -f umountnfs.sh remove#update-rc.d -f mountnfs.sh start 45 S . ;update-rc.d -f umountnfs.sh start 31 0 6 . /etc/rc5.d/S50usb-gadget#Start USB Network on bootup#update-rc.d -f usb-gadget remove#update-rc.d -f usb-gadget defaults 50 \ No newline at end of file