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>
Sun, 24 Nov 2013 12:25:34 +0000 (12:25 +0000)
This doesn't exist when using systemd as it's part of the sysvinit package, and
this script doesn't need it.

(From OE-Core rev: 426a22bb67c7823ee733f8c2bd85421b785c3631)

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 4fffe4e..fe6c196 100755 (executable)
@@ -7,8 +7,6 @@
 # Default-Stop:
 ### END INIT INFO
 
-. /etc/default/rcS
-
 #
 #      Run in a subshell because of I/O redirection.
 #