From 18f0e51dd08129bb3e1353e14e7fb12b88692c53 Mon Sep 17 00:00:00 2001 From: Michael Mrozek Date: Tue, 29 Jun 2010 03:55:53 +0200 Subject: [PATCH] service.conf: Fixed a bug --- recipes/pandora-system/pandora-scripts/service.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.39.2