1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 17:39:31 +00:00

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.

(From OE-Core rev: 426a22bb67c7823ee733f8c2bd85421b785c3631)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton
2013-11-22 10:31:26 +00:00
committed by Richard Purdie
parent 27fb21db02
commit 2b790884c6
@@ -7,8 +7,6 @@
# Default-Stop:
### END INIT INFO
. /etc/default/rcS
#
# Run in a subshell because of I/O redirection.
#