Source-Changes-HG archive

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

[src/netbsd-1-6]: src/usr.sbin/etcupdate Pull up revision 1.6 (requested by m...



details:   https://anonhg.NetBSD.org/src/rev/e673a73fc7f8
branches:  netbsd-1-6
changeset: 529158:e673a73fc7f8
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sun Oct 13 23:29:51 2002 +0000

description:
Pull up revision 1.6 (requested by martti in ticket #871):
fix typo, from Julio Merino in bin/18440.

diffstat:

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

diffs (20 lines):

diff -r c70b0a0639ff -r e673a73fc7f8 usr.sbin/etcupdate/etcupdate
--- a/usr.sbin/etcupdate/etcupdate      Sun Oct 13 23:20:14 2002 +0000
+++ b/usr.sbin/etcupdate/etcupdate      Sun Oct 13 23:29:51 2002 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: etcupdate,v 1.3.2.1 2002/08/02 05:19:44 lukem Exp $
+# $NetBSD: etcupdate,v 1.3.2.2 2002/10/13 23:29:51 lukem Exp $
 #
 # Copyright (c) 2001 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -60,7 +60,7 @@
 CONTINUE=
 BINARY=
 
-# Settings for post-installlation procedures
+# Settings for post-installation procedures
 NEED_MTREE=
 NEED_MAKEDEV=
 NEED_NEWALIASES=



Home | Main Index | Thread Index | Old Index