Source-Changes-HG archive

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

[src/netbsd-3]: src/usr.sbin/etcupdate Pull up following revision(s) (request...



details:   https://anonhg.NetBSD.org/src/rev/153114f1695d
branches:  netbsd-3
changeset: 577863:153114f1695d
user:      riz <riz%NetBSD.org@localhost>
date:      Wed Mar 01 04:01:16 2006 +0000

description:
Pull up following revision(s) (requested by apb in ticket #1185):
        usr.sbin/etcupdate/etcupdate: revision 1.27
Typo in comment.

diffstat:

 usr.sbin/etcupdate/etcupdate |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 23a6a19c4e3a -r 153114f1695d usr.sbin/etcupdate/etcupdate
--- a/usr.sbin/etcupdate/etcupdate      Wed Mar 01 04:00:43 2006 +0000
+++ b/usr.sbin/etcupdate/etcupdate      Wed Mar 01 04:01:16 2006 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: etcupdate,v 1.21.6.6 2006/03/01 04:00:43 riz Exp $
+# $NetBSD: etcupdate,v 1.21.6.7 2006/03/01 04:01:16 riz Exp $
 #
 # Copyright (c) 2001 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -539,7 +539,7 @@
                #
                # INSTALL_DONE=1 prevents installation of unwanted
                # files (things that are not part of the etc set).
-               # BUILD_DONE=1 allows building of files that are wanted.
+               # BUILD=1 allows building of files that are wanted.
                MAKE_ENV="                      \
                        DESTDIR=${TEMPROOT}     \
                        MAKE=make               \



Home | Main Index | Thread Index | Old Index