diff options
author | martti <martti@pkgsrc.org> | 2001-11-20 13:20:23 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2001-11-20 13:20:23 +0000 |
commit | 4ba5d9eee5a10aa1a862972ed40f73e3706b4fe5 (patch) | |
tree | cfd7e4f6a3df8887fe2e79b3bfef5f1b1964ad0a /sysutils/etcupdate | |
parent | 7c12d2e059a414ae76363e338148451fbcd41bae (diff) | |
download | pkgsrc-4ba5d9eee5a10aa1a862972ed40f73e3706b4fe5.tar.gz |
Added missing menu entry (no functional changes)
Diffstat (limited to 'sysutils/etcupdate')
-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 e9baad6c68e..f165363c5d3 100644 --- a/sysutils/etcupdate/Makefile +++ b/sysutils/etcupdate/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/11/20 09:53:54 martti Exp $ +# $NetBSD: Makefile,v 1.2 2001/11/20 13:20:23 martti Exp $ -DISTNAME= etcupdate-20011114 +DISTNAME= etcupdate-20011120 CATEGORIES= sysutils MASTER_SITES= # empty DISTFILES= # empty diff --git a/sysutils/etcupdate/files/etcupdate b/sysutils/etcupdate/files/etcupdate index d18117317b5..5e7b42c14e9 100755 --- a/sysutils/etcupdate/files/etcupdate +++ b/sysutils/etcupdate/files/etcupdate @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: etcupdate,v 1.1.1.1 2001/11/20 09:53:55 martti Exp $ +# $NetBSD: etcupdate,v 1.2 2001/11/20 13:20:23 martti Exp $ # # Copyright (c) 2001 The NetBSD Foundation, Inc. # All rights reserved. @@ -183,6 +183,7 @@ diff_and_merge_file() { EOF else cat << EOF + d Don't install the new file i Install the new file m Merge the currently installed and new file s Show the differences between the installed and new file |