Module Name:    src
Committed By:   maya
Date:           Sat Jun 25 18:05:57 UTC 2016

Modified Files:
        src/distrib/sets/lists/base: mi
        src/distrib/sets/lists/man: mi
        src/external/bsd/pkg_install/sbin: Makefile
Removed Files:
        src/external/bsd/pkg_install/dist/bpm: bpm.1 bpm.sh.in
        src/external/bsd/pkg_install/sbin/bpm: Makefile

Log Message:
Delete bpm(1)
It hasn't worked in a long time.

PR bin/51268


To generate a diff of this commit:
cvs rdiff -u -r1.1128 -r1.1129 src/distrib/sets/lists/base/mi
cvs rdiff -u -r1.1527 -r1.1528 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.5 -r0 src/external/bsd/pkg_install/dist/bpm/bpm.1
cvs rdiff -u -r1.3 -r0 src/external/bsd/pkg_install/dist/bpm/bpm.sh.in
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/pkg_install/sbin/Makefile
cvs rdiff -u -r1.1 -r0 src/external/bsd/pkg_install/sbin/bpm/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sets/lists/base/mi
diff -u src/distrib/sets/lists/base/mi:1.1128 src/distrib/sets/lists/base/mi:1.1129
--- src/distrib/sets/lists/base/mi:1.1128	Thu Jun 16 15:17:56 2016
+++ src/distrib/sets/lists/base/mi	Sat Jun 25 18:05:57 2016
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1128 2016/06/16 15:17:56 agc Exp $
+# $NetBSD: mi,v 1.1129 2016/06/25 18:05:57 maya Exp $
 #
 # Note:	Don't delete entries from here - mark them as "obsolete" instead,
 #	unless otherwise stated below.
@@ -1577,7 +1577,7 @@
 ./usr/sbin/bootpef				base-bootserver-bin
 ./usr/sbin/bootpgw				base-bootserver-bin
 ./usr/sbin/bootptest				base-bootserver-bin
-./usr/sbin/bpm					base-pkgutil-bin	crypto
+./usr/sbin/bpm					base-obsolete		obsolete
 ./usr/sbin/btattach				base-sysutil-bin
 ./usr/sbin/btconfig				base-sysutil-bin
 ./usr/sbin/btcontrol				base-obsolete		obsolete

Index: src/distrib/sets/lists/man/mi
diff -u src/distrib/sets/lists/man/mi:1.1527 src/distrib/sets/lists/man/mi:1.1528
--- src/distrib/sets/lists/man/mi:1.1527	Sun Jun 12 18:44:46 2016
+++ src/distrib/sets/lists/man/mi	Sat Jun 25 18:05:57 2016
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1527 2016/06/12 18:44:46 abhinav Exp $
+# $NetBSD: mi,v 1.1528 2016/06/25 18:05:57 maya Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -82,7 +82,7 @@
 ./usr/share/man/cat1/bdes.0			man-crypto-catman	crypto,.cat
 ./usr/share/man/cat1/bg.0			man-util-catman		.cat
 ./usr/share/man/cat1/biff.0			man-mail-catman		.cat
-./usr/share/man/cat1/bpm.0			man-pkgutil-catman	crypto,.cat
+./usr/share/man/cat1/bpm.0			man-obsolete		crypto,.cat,obsolete
 ./usr/share/man/cat1/bthset.0			man-util-catman		.cat
 ./usr/share/man/cat1/btkey.0			man-util-catman		.cat
 ./usr/share/man/cat1/btpin.0			man-util-catman		.cat
@@ -3241,7 +3241,7 @@
 ./usr/share/man/html1/bdes.html			man-crypto-htmlman	crypto,html
 ./usr/share/man/html1/bg.html			man-util-htmlman	html
 ./usr/share/man/html1/biff.html			man-mail-htmlman	html
-./usr/share/man/html1/bpm.html			man-pkgutil-htmlman	crypto,html
+./usr/share/man/html1/bpm.html			man-obsolete		crypto,html,obsolete
 ./usr/share/man/html1/bthset.html		man-util-htmlman	html
 ./usr/share/man/html1/btkey.html		man-util-htmlman	html
 ./usr/share/man/html1/btpin.html		man-util-htmlman	html
@@ -6010,7 +6010,7 @@
 ./usr/share/man/man1/bdes.1			man-crypto-man		crypto,.man
 ./usr/share/man/man1/bg.1			man-util-man		.man
 ./usr/share/man/man1/biff.1			man-mail-man		.man
-./usr/share/man/man1/bpm.1			man-pkgutil-man		crypto,.man
+./usr/share/man/man1/bpm.1			man-obsolete		crypto,.man,obsolete
 ./usr/share/man/man1/bthset.1			man-util-man		.man
 ./usr/share/man/man1/btkey.1			man-util-man		.man
 ./usr/share/man/man1/btpin.1			man-util-man		.man

Index: src/external/bsd/pkg_install/sbin/Makefile
diff -u src/external/bsd/pkg_install/sbin/Makefile:1.3 src/external/bsd/pkg_install/sbin/Makefile:1.4
--- src/external/bsd/pkg_install/sbin/Makefile:1.3	Mon Feb  2 20:47:21 2009
+++ src/external/bsd/pkg_install/sbin/Makefile	Sat Jun 25 18:05:57 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2009/02/02 20:47:21 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2016/06/25 18:05:57 maya Exp $
 
-SUBDIR=		bpm pkg_add pkg_admin pkg_create \
+SUBDIR=		pkg_add pkg_admin pkg_create \
 		pkg_delete pkg_info
 
-.include <bsd.subdir.mk>
\ No newline at end of file
+.include <bsd.subdir.mk>

Reply via email to