From 116887f3229b1ba4728c1e76eae47981456185d9 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Sat, 29 Jun 2013 23:37:30 +0200 Subject: initscripts: deprecate /bin as well I didn't realize earlier that /bin is going away along with /sbin and /usr/sbin. --- rc.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.d') diff --git a/rc.d b/rc.d index 7175c46..0a6dbdb 100755 --- a/rc.d +++ b/rc.d @@ -116,7 +116,7 @@ case $action in filter_daemons # set same environment variables as init runlevel=$(/usr/bin/runlevel) - ENV=('PATH=/bin:/usr/bin' + ENV=('PATH=/usr/bin' "PREVLEVEL=${runlevel%% *}" "RUNLEVEL=${runlevel##* }" "CONSOLE=${CONSOLE:-/dev/console}" -- cgit v1.2.3