Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/utils/sysinst/arch/mac68k Uncomment some file copies...
details: https://anonhg.NetBSD.org/src/rev/fe2328b82c72
branches: trunk
changeset: 467604:fe2328b82c72
user: ender <ender%NetBSD.org@localhost>
date: Fri Mar 26 08:52:44 1999 +0000
description:
Uncomment some file copies now that the files actually exist.
diffstat:
distrib/utils/sysinst/arch/mac68k/md.c | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diffs (29 lines):
diff -r 1cc96fe7b8c0 -r fe2328b82c72 distrib/utils/sysinst/arch/mac68k/md.c
--- a/distrib/utils/sysinst/arch/mac68k/md.c Fri Mar 26 08:51:35 1999 +0000
+++ b/distrib/utils/sysinst/arch/mac68k/md.c Fri Mar 26 08:52:44 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: md.c,v 1.1 1999/03/22 08:37:32 ender Exp $ */
+/* $NetBSD: md.c,v 1.2 1999/03/26 08:52:44 ender Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -709,9 +709,7 @@
run_prog (0, 0, "pax -X -r -w -pe / /mnt");
/* Copy next-stage install profile into target /.profile. */
-#if 0 /* what is this? */
cp_to_target ("/tmp/.hdprofile", "/.profile");
-#endif
cp_to_target ("/usr/share/misc/termcap", "/.termcap");
}
@@ -803,9 +801,7 @@
strcpy (bsddiskname, diskdev);
/* Create the disktab.preinstall */
-#if 0
run_prog (0, 0, "cp /etc/disktab.preinstall /etc/disktab");
-#endif
#ifdef DEBUG
f = fopen ("/tmp/disktab", "a");
#else
Home |
Main Index |
Thread Index |
Old Index