Module Name:    src
Committed By:   mbalmer
Date:           Mon Oct 28 19:05:21 UTC 2013

Modified Files:
        src/distrib/sets/lists/base: mi
        src/distrib/sets/lists/man: mi
        src/sbin: Makefile

Log Message:
link luactl(8) to the build


To generate a diff of this commit:
cvs rdiff -u -r1.1045 -r1.1046 src/distrib/sets/lists/base/mi
cvs rdiff -u -r1.1445 -r1.1446 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.124 -r1.125 src/sbin/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.1045 src/distrib/sets/lists/base/mi:1.1046
--- src/distrib/sets/lists/base/mi:1.1045	Sun Oct 27 09:27:23 2013
+++ src/distrib/sets/lists/base/mi	Mon Oct 28 19:05:21 2013
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1045 2013/10/27 09:27:23 apb Exp $
+# $NetBSD: mi,v 1.1046 2013/10/28 19:05:21 mbalmer Exp $
 #
 # Note:	Don't delete entries from here - mark them as "obsolete" instead,
 #	unless otherwise stated below.
@@ -283,6 +283,7 @@
 ./sbin/iscsid					base-iscsi-bin		iscsi
 ./sbin/ispppcontrol				base-obsolete		obsolete
 ./sbin/lmcctl					base-obsolete		obsolete
+./sbin/luactl					base-sysutil-root
 ./sbin/lvm					base-lvm-root		lvm
 ./sbin/mbrlabel					base-sysutil-root
 ./sbin/mknod					base-sysutil-root

Index: src/distrib/sets/lists/man/mi
diff -u src/distrib/sets/lists/man/mi:1.1445 src/distrib/sets/lists/man/mi:1.1446
--- src/distrib/sets/lists/man/mi:1.1445	Sun Oct 27 12:47:54 2013
+++ src/distrib/sets/lists/man/mi	Mon Oct 28 19:05:21 2013
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1445 2013/10/27 12:47:54 mbalmer Exp $
+# $NetBSD: mi,v 1.1446 2013/10/28 19:05:21 mbalmer Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -2538,6 +2538,7 @@
 ./usr/share/man/cat8/lockstat.0			man-sysutil-catman	.cat
 ./usr/share/man/cat8/lpc.0			man-lpr-catman		.cat
 ./usr/share/man/cat8/lpd.0			man-lpr-catman		.cat
+./usr/share/man/cat8/luactl.0			man-sysutil-catman	.cat
 ./usr/share/man/cat8/luna68k/MAKEDEV.0		man-obsolete		obsolete
 ./usr/share/man/cat8/luna68k/makedev.0		man-obsolete		obsolete
 ./usr/share/man/cat8/lvchange.0			man-lvm-catman		lvm,.cat
@@ -5343,6 +5344,7 @@
 ./usr/share/man/html8/lockstat.html		man-sysutil-htmlman	html
 ./usr/share/man/html8/lpc.html			man-lpr-htmlman		html
 ./usr/share/man/html8/lpd.html			man-lpr-htmlman		html
+./usr/share/man/html8/luactl.html		man-sysutil-htmlman	html
 ./usr/share/man/html8/lvchange.html		man-lvm-htmlman		lvm,html
 ./usr/share/man/html8/lvconvert.html		man-lvm-htmlman		lvm,html
 ./usr/share/man/html8/lvcreate.html		man-lvm-htmlman		lvm,html
@@ -8300,6 +8302,7 @@
 ./usr/share/man/man8/lockstat.8			man-sysutil-man		.man
 ./usr/share/man/man8/lpc.8			man-lpr-man		.man
 ./usr/share/man/man8/lpd.8			man-lpr-man		.man
+./usr/share/man/man8/luactl.8			man-sysutil-man		.man
 ./usr/share/man/man8/luna68k/MAKEDEV.8		man-obsolete		obsolete
 ./usr/share/man/man8/luna68k/makedev.8		man-obsolete		obsolete
 ./usr/share/man/man8/lvchange.8			man-lvm-man		lvm,.man

Index: src/sbin/Makefile
diff -u src/sbin/Makefile:1.124 src/sbin/Makefile:1.125
--- src/sbin/Makefile:1.124	Sat Mar 23 15:43:37 2013
+++ src/sbin/Makefile	Mon Oct 28 19:05:21 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.124 2013/03/23 15:43:37 christos Exp $
+#	$NetBSD: Makefile,v 1.125 2013/10/28 19:05:21 mbalmer Exp $
 #	@(#)Makefile	8.5 (Berkeley) 3/31/94
 
 # Not ported: XNSrouted enpload scsiformat startslip
@@ -8,7 +8,7 @@
 
 SUBDIR=	amrctl apmlabel atactl badsect bioctl brconfig ccdconfig \
 	chown devpubd disklabel dkctl dkscan_bsdlabel dmesg dmctl \
-	drvctl fastboot fdisk fsck fsirand gpt ifconfig init ldconfig \
+	drvctl fastboot fdisk fsck fsirand gpt ifconfig init ldconfig luactl \
 	mbrlabel mknod modload modstat modunload mount newbtconf nologin \
 	ping pppoectl raidctl reboot rcorder rndctl route routed \
 	savecore scan_ffs scsictl shutdown slattach svhlabel swapctl sysctl \

Reply via email to