commit eab8b0692604472d9cefb07620400c0023115ada
parent 13b0827a98a76961bf39b8306ef3e2371967c55d
Author: Christoph Lohmann <20h@r-36.net>
Date: Wed, 5 Feb 2014 19:02:15 +0100
Bare.sh needs to be moved over too.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/svc.d/bare.sh b/svc.d/bare.sh
@@ -8,7 +8,7 @@ then
shift 1
fi
-[ -e "/etc/svc/default/$SERVICE" ] && . "/etc/svc/default/$SERVICE"
+[ -e "/bin/svc.d/default/$SERVICE" ] && . "/bin/svc.d/default/$SERVICE"
BIN=""
for p in /bin /sbin /usr/bin /usr/sbin /usr/local/bin /usr/local/sbin;