diff options
-rw-r--r-- | pkgtools/pkg_install/files/patch-sum | 4 | ||||
-rw-r--r-- | pkgtools/pkg_install/patches/patch-aa | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/pkgtools/pkg_install/files/patch-sum b/pkgtools/pkg_install/files/patch-sum new file mode 100644 index 00000000000..a6979274a38 --- /dev/null +++ b/pkgtools/pkg_install/files/patch-sum @@ -0,0 +1,4 @@ +$NetBSD: patch-sum,v 1.1 2001/03/07 00:54:19 hubertf Exp $ + +SHA1 (patch-aa) = +SHA1 (patch-ab) = diff --git a/pkgtools/pkg_install/patches/patch-aa b/pkgtools/pkg_install/patches/patch-aa index aee26f80084..c231cc96681 100644 --- a/pkgtools/pkg_install/patches/patch-aa +++ b/pkgtools/pkg_install/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1 2001/03/07 00:17:29 hubertf Exp $ +$NetBSD: patch-aa,v 1.2 2001/03/07 00:54:19 hubertf Exp $ Index: Makefile =================================================================== @@ -8,11 +8,9 @@ diff -u -r1.5 Makefile --- Makefile 2001/01/09 03:13:43 1.5 +++ Makefile 2001/03/06 23:54:39 @@ -1,6 +1,7 @@ - # $NetBSD: patch-aa,v 1.1 2001/03/07 00:17:29 hubertf Exp $ # Original from FreeBSD, no rcs id. -SUBDIR=lib .WAIT add admin create delete info +#HF#SUBDIR=lib .WAIT add admin create delete info +SUBDIR=lib add admin create delete info - .include <bsd.subdir.mk> |