diff options
author | Kurt J. Bosch <kjb-temp-2009@alpenjodel.de> | 2011-07-09 20:02:05 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2011-07-10 21:54:37 +0200 |
commit | 8a445c6d35f75eac1b13ace4a855934c597e9982 (patch) | |
tree | b981c0ae58fa89fe2ce498cdd0777f8056bfc0b1 /rc.single | |
parent | 71e8540921bba7df926a3af9714d380c5af2b538 (diff) |
rc.single: Remove $PATH assignment
No need to set $PATH any more now that is in functions
Diffstat (limited to 'rc.single')
-rwxr-xr-x | rc.single | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |