Module Name: src
Committed By: mrg
Date: Mon Dec 6 21:16:54 UTC 2010
Modified Files:
src/distrib/sets/lists/base: mi
src/distrib/sets/lists/man: mi
src/usr.bin/pkill: Makefile
Log Message:
install prenice(1) and man page links.
To generate a diff of this commit:
cvs rdiff -u -r1.895 -r1.896 src/distrib/sets/lists/base/mi
cvs rdiff -u -r1.1260 -r1.1261 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/pkill/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.895 src/distrib/sets/lists/base/mi:1.896
--- src/distrib/sets/lists/base/mi:1.895 Mon Dec 6 18:26:28 2010
+++ src/distrib/sets/lists/base/mi Mon Dec 6 21:16:53 2010
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.895 2010/12/06 18:26:28 phx Exp $
+# $NetBSD: mi,v 1.896 2010/12/06 21:16:53 mrg Exp $
#
# Note: Don't delete entries from here - mark them as "obsolete" instead,
# unless otherwise stated below.
@@ -552,6 +552,7 @@
./usr/bin/paxctl base-obsolete obsolete
./usr/bin/pcap-config base-util-bin
./usr/bin/pgrep base-util-bin
+./usr/bin/prenice base-util-bin
./usr/bin/pigz base-util-bin
./usr/bin/pkill base-util-bin
./usr/bin/pmap base-util-bin
Index: src/distrib/sets/lists/man/mi
diff -u src/distrib/sets/lists/man/mi:1.1260 src/distrib/sets/lists/man/mi:1.1261
--- src/distrib/sets/lists/man/mi:1.1260 Sun Dec 5 09:02:28 2010
+++ src/distrib/sets/lists/man/mi Mon Dec 6 21:16:54 2010
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1260 2010/12/05 09:02:28 mrg Exp $
+# $NetBSD: mi,v 1.1261 2010/12/06 21:16:54 mrg Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@@ -378,6 +378,7 @@
./usr/share/man/cat1/pcc.0 man-util-catman pcccmds,.cat
./usr/share/man/cat1/pcpp.0 man-util-catman pcccmds,.cat
./usr/share/man/cat1/pgrep.0 man-util-catman .cat
+./usr/share/man/cat1/prenice.0 man-util-catman .cat
./usr/share/man/cat1/pigz.0 man-util-catman .cat
./usr/share/man/cat1/pim6stat.0 man-obsolete obsolete
./usr/share/man/cat1/pkg_add.0 man-pkgutil-catman crypto,.cat
@@ -3157,6 +3158,7 @@
./usr/share/man/html1/pcc.html man-util-htmlman pcccmds,html
./usr/share/man/html1/pcpp.html man-util-htmlman pcccmds,html
./usr/share/man/html1/pgrep.html man-util-htmlman html
+./usr/share/man/html1/prenice.html man-util-htmlman html
./usr/share/man/html1/pigz.html man-util-htmlman html
./usr/share/man/html1/pkg_add.html man-pkgutil-htmlman crypto,html
./usr/share/man/html1/pkg_admin.html man-pkgutil-htmlman crypto,html
@@ -5586,6 +5588,7 @@
./usr/share/man/man1/pcc.1 man-util-man pcccmds,.man
./usr/share/man/man1/pcpp.1 man-util-man pcccmds,.man
./usr/share/man/man1/pgrep.1 man-util-man .man
+./usr/share/man/man1/prenice.1 man-util-man .man
./usr/share/man/man1/pigz.1 man-util-man .man
./usr/share/man/man1/pim6stat.1 man-obsolete obsolete
./usr/share/man/man1/pkg_add.1 man-pkgutil-man crypto,.man
Index: src/usr.bin/pkill/Makefile
diff -u src/usr.bin/pkill/Makefile:1.3 src/usr.bin/pkill/Makefile:1.4
--- src/usr.bin/pkill/Makefile:1.3 Mon Apr 13 00:12:16 2009
+++ src/usr.bin/pkill/Makefile Mon Dec 6 21:16:54 2010
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2009/04/13 00:12:16 lukem Exp $
+# $NetBSD: Makefile,v 1.4 2010/12/06 21:16:54 mrg Exp $
PROG= pkill
@@ -6,6 +6,8 @@
DPADD+= ${LIBKVM}
LINKS+= ${BINDIR}/pkill ${BINDIR}/pgrep
+LINKS+= ${BINDIR}/pkill ${BINDIR}/prenice
MLINKS+=pkill.1 pgrep.1
+MLINKS+=pkill.1 prenice.1
.include <bsd.prog.mk>