From 5e868fdde66452c11453a207954e6864fdb255ba Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Mon, 10 Jun 2013 13:29:15 +0200 Subject: initscripts: deprecate /sbin and /usr/sbin Arch Linux has unified /sbin and /usr/sbin into a single binaries directory: /usr/bin --- functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions') diff --git a/functions b/functions index 16a6cd1..ea042f5 100644 --- a/functions +++ b/functions @@ -3,7 +3,7 @@ # # sanitize PATH (will be overridden later when /etc/profile is sourced but is useful for udev) -export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" +export PATH="/usr/local/bin:/usr/bin:/bin" # clear the TZ envvar, so daemons always respect /etc/localtime unset TZ -- cgit v1.2.3