From f971c4c0b5e45500f1255f2e076f2c101d2f9281 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Thu, 26 Apr 2012 11:28:02 -0500 Subject: 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. --- sh/runscript.sh.in | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sh/runscript.sh.in') diff --git a/sh/runscript.sh.in b/sh/runscript.sh.in index a4d9e7c..15cdb86 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%%.*} -- cgit v1.2.3