summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@openbsd.org>2004-05-10 16:04:07 +0000
committerpeter <peter@openbsd.org>2004-05-10 16:04:07 +0000
commitce03aca1bf5eb2be38f33737614efb3031f32472 (patch)
tree2bd11588a813cfa0713ee77e042b8f9e6b65dbf0
parentknf (diff)
downloadwireguard-openbsd-ce03aca1bf5eb2be38f33737614efb3031f32472.tar.xz
wireguard-openbsd-ce03aca1bf5eb2be38f33737614efb3031f32472.zip
add /usr/local/sbin to root's .cshrc
reorder path to place /usr/X11R6/bin before /usr/local/{bin,sbin} sync .profile PATH with .cshrc path ok deraadt@, millert@
-rw-r--r--etc/root/dot.cshrc4
-rw-r--r--etc/root/dot.profile4
2 files changed, 4 insertions, 4 deletions
diff --git a/etc/root/dot.cshrc b/etc/root/dot.cshrc
index 80a6930131b..be53599fe10 100644
--- a/etc/root/dot.cshrc
+++ b/etc/root/dot.cshrc
@@ -1,11 +1,11 @@
-# $OpenBSD: dot.cshrc,v 1.11 2003/03/20 01:43:31 david Exp $
+# $OpenBSD: dot.cshrc,v 1.12 2004/05/10 16:04:07 peter Exp $
#
# csh initialization
umask 022
alias mail Mail
set history=1000
-set path=(/sbin /usr/sbin /bin /usr/bin /usr/local/bin /usr/X11R6/bin)
+set path=(/sbin /usr/sbin /bin /usr/bin /usr/X11R6/bin /usr/local/sbin /usr/local/bin)
set filec
# directory stuff: cdpath/cd/back
diff --git a/etc/root/dot.profile b/etc/root/dot.profile
index 289cdbf18ce..7a4b88aeb7c 100644
--- a/etc/root/dot.profile
+++ b/etc/root/dot.profile
@@ -1,8 +1,8 @@
-# $OpenBSD: dot.profile,v 1.3 2003/03/20 01:43:31 david Exp $
+# $OpenBSD: dot.profile,v 1.4 2004/05/10 16:04:07 peter Exp $
#
# sh/ksh initialization
-PATH=/sbin:/usr/sbin:/bin:/usr/bin
+PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/sbin:/usr/local/bin
export PATH
HOME=/root
export HOME