diff options
Diffstat (limited to 'sysutils/etcupdate/files/etcupdate')
-rwxr-xr-x | sysutils/etcupdate/files/etcupdate | 4 |
1 files changed, 2 insertions, 2 deletions
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:" |