diff options
author | Ross Burton <ross.burton@intel.com> | 2013-11-22 10:31:26 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-24 12:25:34 +0000 |
commit | 2b790884c6c5e5b55151824d08393bc7282a58e7 (patch) | |
tree | 7cb58ba8ca905546b4383f0764fa1cf2ef1a2048 /meta/recipes-core/initscripts | |
parent | 27fb21db02e364bea1cafbc4700bbb59e09bf2b2 (diff) | |
download | poky-2b790884c6c5e5b55151824d08393bc7282a58e7.tar.gz |
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>
Diffstat (limited to 'meta/recipes-core/initscripts')
-rwxr-xr-x | meta/recipes-core/initscripts/initscripts-1.0/mountnfs.sh | 2 |
1 files changed, 0 insertions, 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 4fffe4e808..fe6c19605f 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 @@ | |||
7 | # Default-Stop: | 7 | # Default-Stop: |
8 | ### END INIT INFO | 8 | ### END INIT INFO |
9 | 9 | ||
10 | . /etc/default/rcS | ||
11 | |||
12 | # | 10 | # |
13 | # Run in a subshell because of I/O redirection. | 11 | # Run in a subshell because of I/O redirection. |
14 | # | 12 | # |