login sets HOME, don't bother here
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 20 Mar 1994 02:22:21 +0000 (18:22 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 20 Mar 1994 02:22:21 +0000 (18:22 -0800)
SCCS-vsn: etc/root/dot.login 8.4
SCCS-vsn: etc/root/dot.profile 8.3

usr/src/etc/root/dot.login
usr/src/etc/root/dot.profile

index b3a85d1..e7d5879 100644 (file)
@@ -1,5 +1,4 @@
 setenv BLOCKSIZE 1k
 setenv BLOCKSIZE 1k
-setenv HOME ~root
 
 tset -Q \?$TERM
 echo 'erase ^H, kill ^U, intr ^C status ^T'
 
 tset -Q \?$TERM
 echo 'erase ^H, kill ^U, intr ^C status ^T'
index 367f0e3..8d74041 100644 (file)
@@ -4,9 +4,6 @@ export PATH
 BLOCKSIZE=1k
 export BLOCKSIZE
 
 BLOCKSIZE=1k
 export BLOCKSIZE
 
-HOME=/root
-export HOME
-
 export TERM
 echo 'erase ^H, kill ^U, intr ^C status ^T'
 stty erase '^H' kill '^U' intr '^C' status '^T' crt
 export TERM
 echo 'erase ^H, kill ^U, intr ^C status ^T'
 stty erase '^H' kill '^U' intr '^C' status '^T' crt