Source-Changes-HG archive

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

[src/trunk]: src/etc/root Make the tset stuff actually set the environment va...



details:   https://anonhg.NetBSD.org/src/rev/b81fbcec84b5
branches:  trunk
changeset: 482700:b81fbcec84b5
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Sat Feb 19 19:00:13 2000 +0000

description:
Make the tset stuff actually set the environment variables again.
Someone was on crack.

diffstat:

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

diffs (30 lines):

diff -r 7887864a26fd -r b81fbcec84b5 etc/root/dot.login
--- a/etc/root/dot.login        Sat Feb 19 18:51:30 2000 +0000
+++ b/etc/root/dot.login        Sat Feb 19 19:00:13 2000 +0000
@@ -1,6 +1,6 @@
-#      $NetBSD: dot.login,v 1.7 2000/02/19 18:39:01 mycroft Exp $
+#      $NetBSD: dot.login,v 1.8 2000/02/19 19:00:13 mycroft Exp $
 
-tset -Qrm 'unknown:?unknown'
+eval `tset -sQrm 'unknown:?unknown'`
 
 # Do not display in 'su -' case
 if ( ! $?SU_FROM ) then
diff -r 7887864a26fd -r b81fbcec84b5 etc/root/dot.profile
--- a/etc/root/dot.profile      Sat Feb 19 18:51:30 2000 +0000
+++ b/etc/root/dot.profile      Sat Feb 19 19:00:13 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: dot.profile,v 1.14 2000/02/19 18:39:01 mycroft Exp $
+#      $NetBSD: dot.profile,v 1.15 2000/02/19 19:00:14 mycroft 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
@@ -6,7 +6,7 @@
 export BLOCKSIZE=1k
 
 if [ -x /usr/bin/tset ]; then
-       tset -Qrm 'unknown:?unknown'
+       eval `tset -sQrm 'unknown:?unknown'`
 fi
 
 



Home | Main Index | Thread Index | Old Index