Source-Changes-HG archive

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

[src/trunk]: src Build and install isibootd(8).



details:   https://anonhg.NetBSD.org/src/rev/abdc69442efc
branches:  trunk
changeset: 772080:abdc69442efc
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Dec 17 13:27:49 2011 +0000

description:
Build and install isibootd(8).

diffstat:

 distrib/sets/lists/base/mi |  3 ++-
 distrib/sets/lists/comp/mi |  3 ++-
 distrib/sets/lists/man/mi  |  5 ++++-
 usr.sbin/Makefile          |  4 ++--
 4 files changed, 10 insertions(+), 5 deletions(-)

diffs (85 lines):

diff -r 072614278c8f -r abdc69442efc distrib/sets/lists/base/mi
--- a/distrib/sets/lists/base/mi        Sat Dec 17 13:24:18 2011 +0000
+++ b/distrib/sets/lists/base/mi        Sat Dec 17 13:27:49 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.973 2011/11/28 16:22:14 tron Exp $
+# $NetBSD: mi,v 1.974 2011/12/17 13:27:49 tsutsui Exp $
 #
 # Note:        Don't delete entries from here - mark them as "obsolete" instead,
 #      unless otherwise stated below.
@@ -1258,6 +1258,7 @@
 ./usr/sbin/isdntel                             base-isdn-bin
 ./usr/sbin/isdntelctl                          base-isdn-bin
 ./usr/sbin/isdntrace                           base-isdn-bin
+./usr/sbin/isibootd                            base-bootserver-bin
 ./usr/sbin/ispppcontrol                                base-obsolete           obsolete
 ./usr/sbin/iwictl                              base-sysutil-bin
 ./usr/sbin/kadmin                              base-krb5-bin           kerberos
diff -r 072614278c8f -r abdc69442efc distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi        Sat Dec 17 13:24:18 2011 +0000
+++ b/distrib/sets/lists/comp/mi        Sat Dec 17 13:27:49 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: mi,v 1.1717 2011/12/16 12:46:01 wiz Exp $
+#      $NetBSD: mi,v 1.1718 2011/12/17 13:27:50 tsutsui Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -4121,6 +4121,7 @@
 ./usr/libdata/debug/usr/sbin/isdntel.debug     comp-isdn-debug         debug
 ./usr/libdata/debug/usr/sbin/isdntelctl.debug  comp-isdn-debug         debug
 ./usr/libdata/debug/usr/sbin/isdntrace.debug   comp-isdn-debug         debug
+./usr/libdata/debug/usr/sbin/isibootd.debug    comp-bootserver-debug   debug
 ./usr/libdata/debug/usr/sbin/iwictl.debug      comp-sysutil-debug      debug
 ./usr/libdata/debug/usr/sbin/kadmin.debug      comp-krb5-debug         kerberos,debug
 ./usr/libdata/debug/usr/sbin/kcm.debug         comp-krb5-debug         kerberos,debug
diff -r 072614278c8f -r abdc69442efc distrib/sets/lists/man/mi
--- a/distrib/sets/lists/man/mi Sat Dec 17 13:24:18 2011 +0000
+++ b/distrib/sets/lists/man/mi Sat Dec 17 13:27:49 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1360 2011/11/28 16:22:17 tron Exp $
+# $NetBSD: mi,v 1.1361 2011/12/17 13:27:51 tsutsui Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -2400,6 +2400,7 @@
 ./usr/share/man/cat8/isdntel.0                 man-isdn-catman         .cat
 ./usr/share/man/cat8/isdntelctl.0              man-isdn-catman         .cat
 ./usr/share/man/cat8/isdntrace.0               man-isdn-catman         .cat
+./usr/share/man/cat8/isibootd.0                        man-bootserver-catman   .cat
 ./usr/share/man/cat8/ispppcontrol.0            man-obsolete            obsolete
 ./usr/share/man/cat8/iteconfig.0               man-sysutil-catman      .cat
 ./usr/share/man/cat8/iwictl.0                  man-sysutil-catman      .cat
@@ -5060,6 +5061,7 @@
 ./usr/share/man/html8/isdntel.html             man-isdn-htmlman        html
 ./usr/share/man/html8/isdntelctl.html          man-isdn-htmlman        html
 ./usr/share/man/html8/isdntrace.html           man-isdn-htmlman        html
+./usr/share/man/html8/isibootd.html            man-bootserver-htmlman  html
 ./usr/share/man/html8/iteconfig.html           man-sysutil-htmlman     html
 ./usr/share/man/html8/iwictl.html              man-sysutil-htmlman     html
 ./usr/share/man/html8/kadmin.html              man-krb5-htmlman        kerberos,html
@@ -7869,6 +7871,7 @@
 ./usr/share/man/man8/isdntel.8                 man-isdn-man            .man
 ./usr/share/man/man8/isdntelctl.8              man-isdn-man            .man
 ./usr/share/man/man8/isdntrace.8               man-isdn-man            .man
+./usr/share/man/man8/isibootd.8                        man-bootserver-man      .man
 ./usr/share/man/man8/ispppcontrol.8            man-obsolete            obsolete
 ./usr/share/man/man8/iteconfig.8               man-sysutil-man         .man
 ./usr/share/man/man8/iwictl.8                  man-sysutil-man         .man
diff -r 072614278c8f -r abdc69442efc usr.sbin/Makefile
--- a/usr.sbin/Makefile Sat Dec 17 13:24:18 2011 +0000
+++ b/usr.sbin/Makefile Sat Dec 17 13:27:49 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.258 2011/10/03 07:29:33 mbalmer Exp $
+#      $NetBSD: Makefile,v 1.259 2011/12/17 13:27:52 tsutsui Exp $
 #      from: @(#)Makefile      5.20 (Berkeley) 6/12/93
 
 .include <bsd.own.mk>
@@ -12,7 +12,7 @@
        gpioctl grfconfig gspa \
        hdaudioctl \
        i2cscan ifwatchd inetd installboot iopctl iostat ipwctl irdaattach \
-       isdn iteconfig iwictl \
+       isdn isibootd iteconfig iwictl \
        kgmon \
        lastlogin ldpd link lmcconfig lockstat lpr \
        mailwrapper makefs map-mbone mdconfig memswitch mlxctl mmcformat \



Home | Main Index | Thread Index | Old Index