Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/sysinst Remove duplicated line for /etc/fstab ...



details:   https://anonhg.NetBSD.org/src/rev/765d55d7955c
branches:  trunk
changeset: 325127:765d55d7955c
user:      martin <martin%NetBSD.org@localhost>
date:      Sat Dec 07 19:42:36 2013 +0000

description:
Remove duplicated line for /etc/fstab in file list

diffstat:

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

diffs (17 lines):

diff -r f8c72d382e4e -r 765d55d7955c distrib/utils/sysinst/util.c
--- a/distrib/utils/sysinst/util.c      Sat Dec 07 16:54:43 2013 +0000
+++ b/distrib/utils/sysinst/util.c      Sat Dec 07 19:42:36 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: util.c,v 1.183 2013/03/23 11:50:02 he Exp $    */
+/*     $NetBSD: util.c,v 1.184 2013/12/07 19:42:36 martin Exp $        */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -1143,7 +1143,6 @@
   { S_IFDIR, "/dev" },
   { S_IFCHR, "/dev/console" },
 /* XXX check for rootdev in target /dev? */
-  { S_IFREG, "/etc/fstab" },
   { S_IFREG, "/sbin/fsck" },
   { S_IFREG, "/sbin/fsck_ffs" },
   { S_IFREG, "/sbin/mount" },



Home | Main Index | Thread Index | Old Index