[arch-projects] [initscripts] [PATCH 19/20] rc.single: Remove $PATH assignment

Kurt J. Bosch kjb-temp-2009 at alpenjodel.de
Sun Jul 10 12:57:07 EDT 2011


No need to set $PATH any more now that is in functions
---
 rc.single |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/rc.single b/rc.single
index 21fe3be..7a87c72 100755
--- a/rc.single
+++ b/rc.single
@@ -6,8 +6,6 @@
 . /etc/rc.conf
 . /etc/rc.d/functions
 
-export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
-
 run_hook single_start
 
 if [[ $PREVLEVEL != N ]]; then
-- 
1.7.1



More information about the arch-projects mailing list