aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2012-04-26 11:28:02 -0500
committerWilliam Hubbs <williamh@gentoo.org>2012-04-26 11:28:02 -0500
commitf971c4c0b5e45500f1255f2e076f2c101d2f9281 (patch)
tree4929cfee51bd3c682e1560654ecccb3dc85d9ee8
parent9d0dce35c3e46b4515499f3f0f1c47645be0bc48 (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.
-rw-r--r--sh/runscript.sh.in4
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%%.*}