commit 6da80ee03b5ca71fd471218196ccb27a9111027d
parent 98f97ca0e5b2fdea02f657c1795b7e7ccbbf160c
Author: sin <sin@2f30.org>
Date: Sun, 16 Feb 2014 17:27:35 +0000
sbin/ is a symlink to bin/ so no need to add it to the PATH
Diffstat:
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/etc/profile b/etc/profile
@@ -1,6 +1,6 @@
umask 022
-PATH=/bin:/sbin
+PATH=/bin
MANPATH=/share/man
export PATH MANPATH
diff --git a/etc/skel/.mkshrc b/etc/skel/.mkshrc
@@ -1,4 +1,4 @@
-PATH=/bin:/sbin
+PATH=/bin
TERM=linux
PS1='$(hostname)# '
export PATH TERM PS1
diff --git a/root/.profile b/root/.profile
@@ -1,4 +1,4 @@
-PATH=/bin:/sbin
+PATH=/bin
TERM=linux
PS1='$(hostname)# '
export PATH TERM PS1