Source-Changes-HG archive

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

[src/netbsd-1-4]: src/distrib pull up rev 1.3 from trunk. (cgd)



details:   https://anonhg.NetBSD.org/src/rev/63e46879b8c5
branches:  netbsd-1-4
changeset: 469104:63e46879b8c5
user:      cgd <cgd%NetBSD.org@localhost>
date:      Sat Jun 26 23:56:24 1999 +0000

description:
pull up rev 1.3 from trunk. (cgd)

diffstat:

 distrib/pmax/ramdisk/dot.hdprofile |  3 ++-
 distrib/pmax/ramdisk/dot.profile   |  3 ++-
 distrib/sparc/miniroot/dot.profile |  3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diffs (51 lines):

diff -r e02a67acc42d -r 63e46879b8c5 distrib/pmax/ramdisk/dot.hdprofile
--- a/distrib/pmax/ramdisk/dot.hdprofile        Sat Jun 26 23:56:14 1999 +0000
+++ b/distrib/pmax/ramdisk/dot.hdprofile        Sat Jun 26 23:56:24 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: dot.hdprofile,v 1.2 1999/03/29 07:19:47 simonb Exp $
+#      $NetBSD: dot.hdprofile,v 1.2.2.1 1999/06/26 23:56:24 cgd Exp $
 #
 # Copyright (c) 1994 Christopher G. Demetriou
 # All rights reserved.
@@ -40,6 +40,7 @@
 
 if [ "X${DONEPROFILE}" = "X" ]; then
        DONEPROFILE=YES
+       export DONEPROFILE
 
        echo "Checking filesystems..."
        fsck -y
diff -r e02a67acc42d -r 63e46879b8c5 distrib/pmax/ramdisk/dot.profile
--- a/distrib/pmax/ramdisk/dot.profile  Sat Jun 26 23:56:14 1999 +0000
+++ b/distrib/pmax/ramdisk/dot.profile  Sat Jun 26 23:56:24 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: dot.profile,v 1.2 1999/03/29 07:19:47 simonb Exp $
+#      $NetBSD: dot.profile,v 1.2.2.1 1999/06/26 23:56:30 cgd Exp $
 #
 # Copyright (c) 1994 Christopher G. Demetriou
 # Copyright (c) 1997 Perry E. Metzger
@@ -43,6 +43,7 @@
 
 if [ "X${DONEPROFILE}" = "X" ]; then
        DONEPROFILE=YES
+       export DONEPROFILE
 
        # get the terminal type
        eval `tset -s -m ":?$TERM"`
diff -r e02a67acc42d -r 63e46879b8c5 distrib/sparc/miniroot/dot.profile
--- a/distrib/sparc/miniroot/dot.profile        Sat Jun 26 23:56:14 1999 +0000
+++ b/distrib/sparc/miniroot/dot.profile        Sat Jun 26 23:56:24 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: dot.profile,v 1.2 1998/01/09 21:51:58 perry Exp $
+#      $NetBSD: dot.profile,v 1.2.2.1 1999/06/26 23:56:36 cgd Exp $
 #
 # Copyright (c) 1995 Jason R. Thorpe
 # Copyright (c) 1994 Christopher G. Demetriou
@@ -41,6 +41,7 @@
 
 if [ "X${DONEPROFILE}" = "X" ]; then
        DONEPROFILE=YES
+       export DONEPROFILE
 
        # set up some sane defaults
        echo 'erase ^H, werase ^W, kill ^U, intr ^C'



Home | Main Index | Thread Index | Old Index