Module Name: src Committed By: riz Date: Tue Sep 6 21:30:13 UTC 2011
Modified Files: src/distrib/sets/lists/man: mi src/sbin/devpubd: Makefile Log Message: Build and install the skeleton manpage for devpubd - it's better than nothing. To generate a diff of this commit: cvs rdiff -u -r1.1338 -r1.1339 src/distrib/sets/lists/man/mi cvs rdiff -u -r1.1 -r1.2 src/sbin/devpubd/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/man/mi diff -u src/distrib/sets/lists/man/mi:1.1338 src/distrib/sets/lists/man/mi:1.1339 --- src/distrib/sets/lists/man/mi:1.1338 Tue Aug 30 07:07:05 2011 +++ src/distrib/sets/lists/man/mi Tue Sep 6 21:30:12 2011 @@ -1,4 +1,4 @@ -# $NetBSD: mi,v 1.1338 2011/08/30 07:07:05 jruoho Exp $ +# $NetBSD: mi,v 1.1339 2011/09/06 21:30:12 riz Exp $ # # Note: don't delete entries from here - mark them as "obsolete" instead. # @@ -2203,6 +2203,7 @@ ./usr/share/man/cat8/dbsym.0 man-sysutil-catman binutils,.cat ./usr/share/man/cat8/defer.0 man-postfix-catman postfix,.cat ./usr/share/man/cat8/dev_mkdb.0 man-sysutil-catman .cat +./usr/share/man/cat8/devpubd.0 man-sysutil-catman .cat ./usr/share/man/cat8/dhclient-script.0 man-dhclient-catman .cat ./usr/share/man/cat8/dhclient.0 man-dhclient-catman .cat ./usr/share/man/cat8/dhcpcd-run-hooks.0 man-dhcpcd-catman .cat @@ -4882,6 +4883,7 @@ ./usr/share/man/html8/dbsym.html man-sysutil-htmlman binutils,html ./usr/share/man/html8/defer.html man-postfix-htmlman postfix,html ./usr/share/man/html8/dev_mkdb.html man-sysutil-htmlman html +./usr/share/man/html8/devpubd.html man-sysutil-htmlman html ./usr/share/man/html8/dhclient-script.html man-dhclient-htmlman html ./usr/share/man/html8/dhclient.html man-dhclient-htmlman html ./usr/share/man/html8/dhcpcd-run-hooks.html man-dhcpcd-htmlman html @@ -7617,6 +7619,7 @@ ./usr/share/man/man8/dbsym.8 man-sysutil-man binutils,.man ./usr/share/man/man8/defer.8 man-postfix-man postfix,.man ./usr/share/man/man8/dev_mkdb.8 man-sysutil-man .man +./usr/share/man/man8/devpubd.8 man-sysutil-man .man ./usr/share/man/man8/dhclient-script.8 man-dhclient-man .man ./usr/share/man/man8/dhclient.8 man-dhclient-man .man ./usr/share/man/man8/dhcpcd-run-hooks.8 man-dhcpcd-man .man Index: src/sbin/devpubd/Makefile diff -u src/sbin/devpubd/Makefile:1.1 src/sbin/devpubd/Makefile:1.2 --- src/sbin/devpubd/Makefile:1.1 Mon Aug 29 11:38:48 2011 +++ src/sbin/devpubd/Makefile Tue Sep 6 21:30:12 2011 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2011/08/29 11:38:48 mrg Exp $ +# $NetBSD: Makefile,v 1.2 2011/09/06 21:30:12 riz Exp $ PROG= devpubd SRCS= devpubd.c -NOMAN= # defined +MAN= devpubd.8 WARNS= 4 BINDIR?= /sbin