aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt J. Bosch <kjb-temp-2009@alpenjodel.de>2011-07-09 20:02:05 +0200
committerTom Gundersen <teg@jklm.no>2011-07-10 21:54:37 +0200
commit8a445c6d35f75eac1b13ace4a855934c597e9982 (patch)
treeb981c0ae58fa89fe2ce498cdd0777f8056bfc0b1
parent71e8540921bba7df926a3af9714d380c5af2b538 (diff)
downloadinitscripts-8a445c6d35f75eac1b13ace4a855934c597e9982.tar.xz
rc.single: Remove $PATH assignment
No need to set $PATH any more now that is in functions
-rwxr-xr-xrc.single2
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