diff options
author | William Hubbs <williamh@gentoo.org> | 2012-04-26 11:28:02 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2012-04-26 11:28:02 -0500 |
commit | f971c4c0b5e45500f1255f2e076f2c101d2f9281 (patch) | |
tree | 4929cfee51bd3c682e1560654ecccb3dc85d9ee8 /sh/runscript.sh.in | |
parent | 9d0dce35c3e46b4515499f3f0f1c47645be0bc48 (diff) |
Revert "Let runscript enter the service dir before expand globs"
This reverts commit 9d0dce35c3e46b4515499f3f0f1c47645be0bc48.
This is being reverted due to the fix still being under discussion.
Diffstat (limited to 'sh/runscript.sh.in')
-rw-r--r-- | sh/runscript.sh.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sh/runscript.sh.in b/sh/runscript.sh.in index a4d9e7cf..15cdb868 100644 --- a/sh/runscript.sh.in +++ b/sh/runscript.sh.in @@ -174,10 +174,6 @@ status() yesno $RC_DEBUG && set -x -# Enter the dir of the init script to fix the globbing with e.g. depend() -# bug 412677 -cd ${RC_SERVICE%/*} - _conf_d=${RC_SERVICE%/*}/../conf.d # If we're net.eth0 or openvpn.work then load net or openvpn config _c=${RC_SVCNAME%%.*} |