Source-Changes-HG archive

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

[src/trunk]: src install fincore.



details:   https://anonhg.NetBSD.org/src/rev/2eac7e9ce395
branches:  trunk
changeset: 772455:2eac7e9ce395
user:      yamt <yamt%NetBSD.org@localhost>
date:      Wed Jan 04 15:54:37 2012 +0000

description:
install fincore.

diffstat:

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

diffs (85 lines):

diff -r 2dcf54536de8 -r 2eac7e9ce395 distrib/sets/lists/base/mi
--- a/distrib/sets/lists/base/mi        Wed Jan 04 15:53:49 2012 +0000
+++ b/distrib/sets/lists/base/mi        Wed Jan 04 15:54:37 2012 +0000
@@ -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
diff -r 2dcf54536de8 -r 2eac7e9ce395 distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi        Wed Jan 04 15:53:49 2012 +0000
+++ b/distrib/sets/lists/comp/mi        Wed Jan 04 15:54:37 2012 +0000
@@ -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
diff -r 2dcf54536de8 -r 2eac7e9ce395 distrib/sets/lists/man/mi
--- a/distrib/sets/lists/man/mi Wed Jan 04 15:53:49 2012 +0000
+++ b/distrib/sets/lists/man/mi Wed Jan 04 15:54:37 2012 +0000
@@ -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
diff -r 2dcf54536de8 -r 2eac7e9ce395 usr.bin/Makefile
--- a/usr.bin/Makefile  Wed Jan 04 15:53:49 2012 +0000
+++ b/usr.bin/Makefile  Wed Jan 04 15:54:37 2012 +0000
@@ -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 @@
        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 \



Home | Main Index | Thread Index | Old Index