]> code.ossystems Code Review - openembedded-core.git/commitdiff
initscripts: remove erroneous call to /etc/default/rcS in mountnfs.sh
authorRoss Burton <ross.burton@intel.com>
Fri, 22 Nov 2013 10:31:26 +0000 (10:31 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 22 Nov 2013 14:06:56 +0000 (14:06 +0000)
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@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/initscripts/initscripts-1.0/mountnfs.sh

index 4fffe4e8083c1322efea86be62a9d477e98c08f1..fe6c19605f30c53229014b9933fd3285864f627d 100755 (executable)
@@ -7,8 +7,6 @@
 # Default-Stop:
 ### END INIT INFO
 
-. /etc/default/rcS
-
 #
 #      Run in a subshell because of I/O redirection.
 #