diff options
author | martti <martti@pkgsrc.org> | 2001-12-12 10:08:42 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2001-12-12 10:08:42 +0000 |
commit | 7c8466daf0549e9d928b6031b31e73746585610e (patch) | |
tree | 8b63b0ac9caa7916b2c9475c60bbfc133fe06b09 /sysutils/etcupdate | |
parent | d3f8ff8d3ffe999dffd572206dd1dff690f894f9 (diff) | |
download | pkgsrc-7c8466daf0549e9d928b6031b31e73746585610e.tar.gz |
Don't display temporary files (.etcupdate.filename).
Diffstat (limited to 'sysutils/etcupdate')
-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:" |