Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/sysinst correct a comment about disktab



details:   https://anonhg.NetBSD.org/src/rev/b75b2191728a
branches:  trunk
changeset: 747560:b75b2191728a
user:      abs <abs%NetBSD.org@localhost>
date:      Sun Sep 20 22:43:00 2009 +0000

description:
correct a comment about disktab

diffstat:

 distrib/utils/sysinst/savenewlabel.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r f505a609c098 -r b75b2191728a distrib/utils/sysinst/savenewlabel.c
--- a/distrib/utils/sysinst/savenewlabel.c      Sun Sep 20 19:49:07 2009 +0000
+++ b/distrib/utils/sysinst/savenewlabel.c      Sun Sep 20 22:43:00 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: savenewlabel.c,v 1.6 2009/05/14 16:23:38 sborrill Exp $        */
+/*     $NetBSD: savenewlabel.c,v 1.7 2009/09/20 22:43:00 abs Exp $     */
 
 /*
  * Copyright 1997 Jonathan Stone
@@ -36,7 +36,7 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: savenewlabel.c,v 1.6 2009/05/14 16:23:38 sborrill Exp $");
+__RCSID("$NetBSD: savenewlabel.c,v 1.7 2009/09/20 22:43:00 abs Exp $");
 #endif
 
 #include <sys/types.h>
@@ -66,7 +66,7 @@
          uint32_t when writing the disklabel.
         */
 
-       /* Create the disktab.preinstall */
+       /* Create /etc/disktab */
        f = fopen("/tmp/disktab", "w");
        if (logging)
                (void)fprintf(logfp, "Creating disklabel %s\n", bsddiskname);



Home | Main Index | Thread Index | Old Index