summaryrefslogtreecommitdiff
path: root/sysutils/etcupdate
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2001-12-12 10:08:42 +0000
committermartti <martti@pkgsrc.org>2001-12-12 10:08:42 +0000
commit7c8466daf0549e9d928b6031b31e73746585610e (patch)
tree8b63b0ac9caa7916b2c9475c60bbfc133fe06b09 /sysutils/etcupdate
parentd3f8ff8d3ffe999dffd572206dd1dff690f894f9 (diff)
downloadpkgsrc-7c8466daf0549e9d928b6031b31e73746585610e.tar.gz
Don't display temporary files (.etcupdate.filename).
Diffstat (limited to 'sysutils/etcupdate')
-rw-r--r--sysutils/etcupdate/Makefile4
-rwxr-xr-xsysutils/etcupdate/files/etcupdate4
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:"