Source-Changes-HG archive

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

[src/trunk]: src/distrib/x68k/floppies/ramdisk Run /start in the same shell.



details:   https://anonhg.NetBSD.org/src/rev/1392caf6e2e2
branches:  trunk
changeset: 471899:1392caf6e2e2
user:      minoura <minoura%NetBSD.org@localhost>
date:      Wed Apr 14 14:18:44 1999 +0000

description:
Run /start in the same shell.
Reduce memory use.

diffstat:

 distrib/x68k/floppies/ramdisk/dot.profile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r cc1872a045a2 -r 1392caf6e2e2 distrib/x68k/floppies/ramdisk/dot.profile
--- a/distrib/x68k/floppies/ramdisk/dot.profile Wed Apr 14 14:13:11 1999 +0000
+++ b/distrib/x68k/floppies/ramdisk/dot.profile Wed Apr 14 14:18:44 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: dot.profile,v 1.3 1998/10/01 16:49:10 minoura Exp $
+#      $NetBSD: dot.profile,v 1.4 1999/04/14 14:18:44 minoura Exp $
 #
 # Copyright (c) 1994 Christopher G. Demetriou
 # Copyright (c) 1997 Perry E. Metzger
@@ -63,5 +63,5 @@
        . /.instutils
 
        # run the installation or upgrade script.
-       start
+       . /start
 fi



Home | Main Index | Thread Index | Old Index