Module Name: src Committed By: abs Date: Sun Sep 20 22:43:00 UTC 2009
Modified Files: src/distrib/utils/sysinst: savenewlabel.c Log Message: correct a comment about disktab To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/distrib/utils/sysinst/savenewlabel.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/distrib/utils/sysinst/savenewlabel.c diff -u src/distrib/utils/sysinst/savenewlabel.c:1.6 src/distrib/utils/sysinst/savenewlabel.c:1.7 --- src/distrib/utils/sysinst/savenewlabel.c:1.6 Thu May 14 16:23:38 2009 +++ src/distrib/utils/sysinst/savenewlabel.c Sun Sep 20 22:43:00 2009 @@ -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);