Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src install prenice(1) and man page links.



details:   https://anonhg.NetBSD.org/src/rev/baa8d6da64bf
branches:  trunk
changeset: 759358:baa8d6da64bf
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Dec 06 21:16:53 2010 +0000

description:
install prenice(1) and man page links.

diffstat:

 distrib/sets/lists/base/mi |  3 ++-
 distrib/sets/lists/man/mi  |  5 ++++-
 usr.bin/pkill/Makefile     |  4 +++-
 3 files changed, 9 insertions(+), 3 deletions(-)

diffs (68 lines):

diff -r 999cc297e3c0 -r baa8d6da64bf distrib/sets/lists/base/mi
--- a/distrib/sets/lists/base/mi        Mon Dec 06 18:43:47 2010 +0000
+++ b/distrib/sets/lists/base/mi        Mon Dec 06 21:16:53 2010 +0000
@@ -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
diff -r 999cc297e3c0 -r baa8d6da64bf distrib/sets/lists/man/mi
--- a/distrib/sets/lists/man/mi Mon Dec 06 18:43:47 2010 +0000
+++ b/distrib/sets/lists/man/mi Mon Dec 06 21:16:53 2010 +0000
@@ -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
diff -r 999cc297e3c0 -r baa8d6da64bf usr.bin/pkill/Makefile
--- a/usr.bin/pkill/Makefile    Mon Dec 06 18:43:47 2010 +0000
+++ b/usr.bin/pkill/Makefile    Mon Dec 06 21:16:53 2010 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index