[oe-commits] Ross Burton : initscripts: remove erroneous call to /etc/default/ rcS in mountnfs.sh

git at git.openembedded.org git at git.openembedded.org
Sun Nov 24 12:25:28 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 426a22bb67c7823ee733f8c2bd85421b785c3631
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=426a22bb67c7823ee733f8c2bd85421b785c3631

Author: Ross Burton <ross.burton at intel.com>
Date:   Fri Nov 22 10:31:26 2013 +0000

initscripts: remove erroneous call to /etc/default/rcS in mountnfs.sh

This doesn't exist when using systemd as it's part of the sysvinit package, and
this script doesn't need it.

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/initscripts/initscripts-1.0/mountnfs.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/recipes-core/initscripts/initscripts-1.0/mountnfs.sh b/meta/recipes-core/initscripts/initscripts-1.0/mountnfs.sh
index 4fffe4e..fe6c196 100755
--- a/meta/recipes-core/initscripts/initscripts-1.0/mountnfs.sh
+++ b/meta/recipes-core/initscripts/initscripts-1.0/mountnfs.sh
@@ -7,8 +7,6 @@
 # Default-Stop:
 ### END INIT INFO
 
-. /etc/default/rcS
-
 #
 #	Run in a subshell because of I/O redirection.
 #



More information about the Openembedded-commits mailing list