Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/etc/root Pull up revision 1.16 (requested by abs in tic...



details:   https://anonhg.NetBSD.org/src/rev/dc44da01ee34
branches:  netbsd-1-6
changeset: 529687:dc44da01ee34
user:      he <he%NetBSD.org@localhost>
date:      Sat Dec 07 21:59:17 2002 +0000

description:
Pull up revision 1.16 (requested by abs in ticket #909):
  Use /root instead of ${HOME}, so that $ENV points to the
  right place when in single user mode.

diffstat:

 etc/root/dot.profile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e591e24a7e52 -r dc44da01ee34 etc/root/dot.profile
--- a/etc/root/dot.profile      Sat Dec 07 21:55:32 2002 +0000
+++ b/etc/root/dot.profile      Sat Dec 07 21:59:17 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: dot.profile,v 1.15 2000/02/19 19:00:14 mycroft Exp $
+#      $NetBSD: dot.profile,v 1.15.6.1 2002/12/07 21:59:17 he Exp $
 
 export PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/pkg/sbin:/usr/pkg/bin
 export PATH=${PATH}:/usr/X11R6/bin:/usr/local/sbin:/usr/local/bin
@@ -13,7 +13,7 @@
 umask 022
 #ulimit -c 0
 
-export ENV=$HOME/.shrc
+export ENV=/root/.shrc
 
 # Do not display in 'su -' case
 if [ -z "$SU_FROM" ]; then



Home | Main Index | Thread Index | Old Index