diff options
author | martti <martti> | 2002-03-21 12:01:30 +0000 |
---|---|---|
committer | martti <martti> | 2002-03-21 12:01:30 +0000 |
commit | ce8649f74794f70dc29d9010465a0b86ab185765 (patch) | |
tree | 5dfef2043c495bc7a16b621738284470158191fa /sysutils | |
parent | 88ba60fdf4800cb8eacad60e4bf268d319cdac04 (diff) | |
download | pkgsrc-ce8649f74794f70dc29d9010465a0b86ab185765.tar.gz |
Updated etcupdate to 20020321
* clear the screen before showing the diff and menu
Suggested by Hubert Feyrer in a private mail.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/etcupdate/Makefile | 4 | ||||
-rwxr-xr-x | sysutils/etcupdate/files/etcupdate | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/etcupdate/Makefile b/sysutils/etcupdate/Makefile index 4b1f5c1de05..eb692dcfb19 100644 --- a/sysutils/etcupdate/Makefile +++ b/sysutils/etcupdate/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2001/12/30 17:10:47 martti Exp $ +# $NetBSD: Makefile,v 1.12 2002/03/21 12:01:30 martti Exp $ -DISTNAME= etcupdate-20011215 +DISTNAME= etcupdate-20020321 CATEGORIES= sysutils MASTER_SITES= # empty DISTFILES= # empty diff --git a/sysutils/etcupdate/files/etcupdate b/sysutils/etcupdate/files/etcupdate index 4ff58bf135a..7c0a3b3f296 100755 --- a/sysutils/etcupdate/files/etcupdate +++ b/sysutils/etcupdate/files/etcupdate @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: etcupdate,v 1.11 2001/12/15 09:05:08 martti Exp $ +# $NetBSD: etcupdate,v 1.12 2002/03/21 12:01:31 martti Exp $ # # Copyright (c) 2001 The NetBSD Foundation, Inc. # All rights reserved. @@ -150,6 +150,7 @@ diff_and_merge_file() { return fi + clear if [ ! -f "${1}" ]; then verbose "===> ${1} (missing)" DOES_EXIST= |