Source-Changes-HG archive

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

[src/trunk]: src Don't install config_activate links such as config_activate....



details:   https://anonhg.NetBSD.org/src/rev/6bc35de691c9
branches:  trunk
changeset: 747479:6bc35de691c9
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Wed Sep 16 22:52:40 2009 +0000

description:
Don't install config_activate links such as config_activate.9 ->
autoconf.9.  In the set list, mark the config_activate links
obsolete.

diffstat:

 distrib/sets/lists/comp/mi |  8 ++++----
 share/man/man9/Makefile    |  3 +--
 2 files changed, 5 insertions(+), 6 deletions(-)

diffs (53 lines):

diff -r 04a7d6dd0e7b -r 6bc35de691c9 distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi        Wed Sep 16 22:47:29 2009 +0000
+++ b/distrib/sets/lists/comp/mi        Wed Sep 16 22:52:40 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: mi,v 1.1309 2009/09/16 16:34:49 dyoung Exp $
+#      $NetBSD: mi,v 1.1310 2009/09/16 22:52:40 dyoung Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -8426,7 +8426,7 @@
 ./usr/share/man/cat9/cnputc.0                  comp-sys-catman         .cat
 ./usr/share/man/cat9/condvar.0                 comp-sys-catman         .cat
 ./usr/share/man/cat9/config.0                  comp-sys-catman         .cat
-./usr/share/man/cat9/config_activate.0         comp-sys-catman         .cat
+./usr/share/man/cat9/config_activate.0         comp-sys-catman         obsolete
 ./usr/share/man/cat9/config_attach.0           comp-sys-catman         .cat
 ./usr/share/man/cat9/config_attach_loc.0       comp-sys-catman         .cat
 ./usr/share/man/cat9/config_attach_pseudo.0    comp-sys-catman         .cat
@@ -13843,7 +13843,7 @@
 ./usr/share/man/html9/cnputc.html              comp-sys-htmlman        html
 ./usr/share/man/html9/condvar.html             comp-sys-htmlman        html
 ./usr/share/man/html9/config.html              comp-sys-htmlman        html
-./usr/share/man/html9/config_activate.html     comp-sys-htmlman        html
+./usr/share/man/html9/config_activate.html     comp-sys-htmlman        obsolete
 ./usr/share/man/html9/config_attach.html       comp-sys-htmlman        html
 ./usr/share/man/html9/config_attach_loc.html   comp-sys-htmlman        html
 ./usr/share/man/html9/config_attach_pseudo.html        comp-sys-htmlman        html
@@ -19379,7 +19379,7 @@
 ./usr/share/man/man9/cnputc.9                  comp-sys-man            .man
 ./usr/share/man/man9/condvar.9                 comp-sys-man            .man
 ./usr/share/man/man9/config.9                  comp-sys-man            .man
-./usr/share/man/man9/config_activate.9         comp-sys-man            .man
+./usr/share/man/man9/config_activate.9         comp-sys-man            obsolete
 ./usr/share/man/man9/config_attach.9           comp-sys-man            .man
 ./usr/share/man/man9/config_attach_loc.9       comp-sys-man            .man
 ./usr/share/man/man9/config_attach_pseudo.9    comp-sys-man            .man
diff -r 04a7d6dd0e7b -r 6bc35de691c9 share/man/man9/Makefile
--- a/share/man/man9/Makefile   Wed Sep 16 22:47:29 2009 +0000
+++ b/share/man/man9/Makefile   Wed Sep 16 22:52:40 2009 +0000
@@ -1,4 +1,4 @@
-#       $NetBSD: Makefile,v 1.291 2009/09/05 16:13:21 apb Exp $
+#       $NetBSD: Makefile,v 1.292 2009/09/16 22:52:40 dyoung Exp $
 
 #      Makefile for section 9 (kernel function and variable) manual pages.
 
@@ -89,7 +89,6 @@
        autoconf.9 config_attach.9 \
        autoconf.9 config_attach_pseudo.9 \
        autoconf.9 config_detach.9 \
-       autoconf.9 config_activate.9 \
        autoconf.9 config_deactivate.9 \
        autoconf.9 config_defer.9 \
        autoconf.9 config_interrupts.9 \



Home | Main Index | Thread Index | Old Index