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.5 from trunk. (cgd)
details: https://anonhg.NetBSD.org/src/rev/52f14bcb50cc
branches: netbsd-1-4
changeset: 469093:52f14bcb50cc
user: cgd <cgd%NetBSD.org@localhost>
date: Sat Jun 26 23:54:51 1999 +0000
description:
pull up rev 1.5 from trunk. (cgd)
diffstat:
distrib/arm32/ramdisk/dot.profile | 3 ++-
distrib/atari/miniroot/dot.profile | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diffs (34 lines):
diff -r cc67fa1f545e -r 52f14bcb50cc distrib/arm32/ramdisk/dot.profile
--- a/distrib/arm32/ramdisk/dot.profile Sat Jun 26 23:54:41 1999 +0000
+++ b/distrib/arm32/ramdisk/dot.profile Sat Jun 26 23:54:51 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: dot.profile,v 1.4 1998/10/05 00:20:43 mark Exp $
+# $NetBSD: dot.profile,v 1.4.2.1 1999/06/26 23:54:51 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
# set up some sane defaults
echo 'erase ^?, werase ^W, kill ^U, intr ^C'
diff -r cc67fa1f545e -r 52f14bcb50cc distrib/atari/miniroot/dot.profile
--- a/distrib/atari/miniroot/dot.profile Sat Jun 26 23:54:41 1999 +0000
+++ b/distrib/atari/miniroot/dot.profile Sat Jun 26 23:54:51 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: dot.profile,v 1.4 1998/01/09 21:51:41 perry Exp $
+# $NetBSD: dot.profile,v 1.4.2.1 1999/06/26 23:55:00 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