Module Name:    src
Committed By:   yamt
Date:           Wed Jan  4 15:54:39 UTC 2012

Modified Files:
        src/distrib/sets/lists/base: mi
        src/distrib/sets/lists/comp: mi
        src/distrib/sets/lists/man: mi
        src/usr.bin: Makefile

Log Message:
install fincore.


To generate a diff of this commit:
cvs rdiff -u -r1.974 -r1.975 src/distrib/sets/lists/base/mi
cvs rdiff -u -r1.1719 -r1.1720 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.1361 -r1.1362 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.204 -r1.205 src/usr.bin/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.974 src/distrib/sets/lists/base/mi:1.975
--- src/distrib/sets/lists/base/mi:1.974	Sat Dec 17 13:27:49 2011
+++ src/distrib/sets/lists/base/mi	Wed Jan  4 15:54:37 2012
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.974 2011/12/17 13:27:49 tsutsui Exp $
+# $NetBSD: mi,v 1.975 2012/01/04 15:54:37 yamt Exp $
 #
 # Note:	Don't delete entries from here - mark them as "obsolete" instead,
 #	unless otherwise stated below.
@@ -447,6 +447,7 @@
 ./usr/bin/false					base-util-bin
 ./usr/bin/fgrep					base-util-bin
 ./usr/bin/file					base-util-bin
+./usr/bin/fincore				base-util-bin
 ./usr/bin/find					base-util-bin
 ./usr/bin/finger				base-util-bin
 ./usr/bin/fmt					base-util-bin

Index: src/distrib/sets/lists/comp/mi
diff -u src/distrib/sets/lists/comp/mi:1.1719 src/distrib/sets/lists/comp/mi:1.1720
--- src/distrib/sets/lists/comp/mi:1.1719	Sun Dec 25 23:28:33 2011
+++ src/distrib/sets/lists/comp/mi	Wed Jan  4 15:54:37 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: mi,v 1.1719 2011/12/25 23:28:33 christos Exp $
+#	$NetBSD: mi,v 1.1720 2012/01/04 15:54:37 yamt Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -3578,6 +3578,7 @@
 ./usr/libdata/debug/usr/bin/f77.debug		comp-fortran-debug	gcc=3,gcccmds,debug
 ./usr/libdata/debug/usr/bin/fgen.debug		comp-util-debug		debug
 ./usr/libdata/debug/usr/bin/file.debug		comp-util-debug		debug
+./usr/libdata/debug/usr/bin/fincore.debug	comp-util-debug		debug
 ./usr/libdata/debug/usr/bin/find.debug		comp-util-debug		debug
 ./usr/libdata/debug/usr/bin/finger.debug	comp-util-debug		debug
 ./usr/libdata/debug/usr/bin/fmt.debug		comp-util-debug		debug

Index: src/distrib/sets/lists/man/mi
diff -u src/distrib/sets/lists/man/mi:1.1361 src/distrib/sets/lists/man/mi:1.1362
--- src/distrib/sets/lists/man/mi:1.1361	Sat Dec 17 13:27:51 2011
+++ src/distrib/sets/lists/man/mi	Wed Jan  4 15:54:39 2012
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1361 2011/12/17 13:27:51 tsutsui Exp $
+# $NetBSD: mi,v 1.1362 2012/01/04 15:54:39 yamt Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -156,6 +156,7 @@
 ./usr/share/man/cat1/fg.0			man-util-catman		.cat
 ./usr/share/man/cat1/fgrep.0			man-util-catman		.cat
 ./usr/share/man/cat1/file.0			man-util-catman		.cat
+./usr/share/man/cat1/fincore.0			man-util-catman		.cat
 ./usr/share/man/cat1/find.0			man-util-catman		.cat
 ./usr/share/man/cat1/finger.0			man-util-catman		.cat
 ./usr/share/man/cat1/fmt.0			man-util-catman		.cat
@@ -3083,6 +3084,7 @@
 ./usr/share/man/html1/fg.html			man-util-htmlman	html
 ./usr/share/man/html1/fgrep.html		man-util-htmlman	html
 ./usr/share/man/html1/file.html			man-util-htmlman	html
+./usr/share/man/html1/fincore.html		man-util-htmlman	html
 ./usr/share/man/html1/find.html			man-util-htmlman	html
 ./usr/share/man/html1/finger.html		man-util-htmlman	html
 ./usr/share/man/html1/fmt.html			man-util-htmlman	html
@@ -5627,6 +5629,7 @@
 ./usr/share/man/man1/fg.1			man-util-man		.man
 ./usr/share/man/man1/fgrep.1			man-util-man		.man
 ./usr/share/man/man1/file.1			man-util-man		.man
+./usr/share/man/man1/fincore.1			man-util-man		.man
 ./usr/share/man/man1/find.1			man-util-man		.man
 ./usr/share/man/man1/finger.1			man-util-man		.man
 ./usr/share/man/man1/fmt.1			man-util-man		.man

Index: src/usr.bin/Makefile
diff -u src/usr.bin/Makefile:1.204 src/usr.bin/Makefile:1.205
--- src/usr.bin/Makefile:1.204	Sat Oct  8 19:16:54 2011
+++ src/usr.bin/Makefile	Wed Jan  4 15:54:37 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.204 2011/10/08 19:16:54 christos Exp $
+#	$NetBSD: Makefile,v 1.205 2012/01/04 15:54:37 yamt Exp $
 #	from: @(#)Makefile	8.3 (Berkeley) 1/7/94
 
 .include <bsd.own.mk>
@@ -10,7 +10,7 @@ SUBDIR= apply apropos asa at audio audio
 	column comm compress config crunch csplit ctags cut \
 	deroff db dirname du \
 	eject elf2aout elf2ecoff env error expand extattr \
-	false fdformat fgen find finger fmt fold fpr from \
+	false fdformat fgen fincore find finger fmt fold fpr from \
 	fsplit fstat ftp gcore genassym gencat getconf getent getopt gprof \
 	head hexdump iconv id indent infocmp innetgr ipcrm ipcs join jot \
 	kdump ktrace ktruss lam last lastcomm ldd leave \

Reply via email to