diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/etcupdate/Makefile | 4 | ||||
-rwxr-xr-x | sysutils/etcupdate/files/etcupdate | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/etcupdate/Makefile b/sysutils/etcupdate/Makefile index 6f1a9866b16..bb2ec147b4f 100644 --- a/sysutils/etcupdate/Makefile +++ b/sysutils/etcupdate/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2001/12/04 12:34:37 martti Exp $ +# $NetBSD: Makefile,v 1.9 2001/12/12 10:08:42 martti Exp $ -DISTNAME= etcupdate-20011204 +DISTNAME= etcupdate-20011212 CATEGORIES= sysutils MASTER_SITES= # empty DISTFILES= # empty diff --git a/sysutils/etcupdate/files/etcupdate b/sysutils/etcupdate/files/etcupdate index 63385de63a3..3f7ecc48364 100755 --- a/sysutils/etcupdate/files/etcupdate +++ b/sysutils/etcupdate/files/etcupdate @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: etcupdate,v 1.9 2001/12/04 12:34:38 martti Exp $ +# $NetBSD: etcupdate,v 1.10 2001/12/12 10:08:43 martti Exp $ # # Copyright (c) 2001 The NetBSD Foundation, Inc. # All rights reserved. @@ -403,7 +403,7 @@ for i in `find ${TEMPROOT} -type f`; do done # Do we have files which were not processed? -REMAINING=`find "${TEMPROOT}" -type f` +REMAINING=`find "${TEMPROOT}" -type f -a ! -name \*.etcupdate.\*` if [ ! -z "${REMAINING}" ]; then echo "" echo "*** The following files need your attention:" |