Source-Changes-HG archive

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

[src/trunk]: src add getent(1)



details:   https://anonhg.NetBSD.org/src/rev/97a1c28435ad
branches:  trunk
changeset: 571420:97a1c28435ad
user:      lukem <lukem%NetBSD.org@localhost>
date:      Tue Nov 23 07:35:38 2004 +0000

description:
add getent(1)

diffstat:

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

diffs (60 lines):

diff -r 76b063e9e7bc -r 97a1c28435ad distrib/sets/lists/base/mi
--- a/distrib/sets/lists/base/mi        Tue Nov 23 07:35:06 2004 +0000
+++ b/distrib/sets/lists/base/mi        Tue Nov 23 07:35:38 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.510 2004/11/18 15:34:23 wiz Exp $
+# $NetBSD: mi,v 1.511 2004/11/23 07:37:43 lukem Exp $
 .                                              base-sys-root
 ./altroot                                      base-sys-root
 ./bin                                          base-sys-root
@@ -434,6 +434,7 @@
 ./usr/bin/gcpp                                 base-util-bin
 ./usr/bin/gencat                               base-locale-bin
 ./usr/bin/getconf                              base-util-bin
+./usr/bin/getent                               base-util-bin
 ./usr/bin/getopt                               base-util-bin
 ./usr/bin/grep                                 base-util-bin
 ./usr/bin/groups                               base-util-bin
diff -r 76b063e9e7bc -r 97a1c28435ad distrib/sets/lists/man/mi
--- a/distrib/sets/lists/man/mi Tue Nov 23 07:35:06 2004 +0000
+++ b/distrib/sets/lists/man/mi Tue Nov 23 07:35:38 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.733 2004/11/18 15:34:24 wiz Exp $
+# $NetBSD: mi,v 1.734 2004/11/23 07:37:43 lukem Exp $
 ./etc/mtree/set.man                            man-sys-root
 ./usr/share/info/am-utils.info                 man-amd-info            info
 ./usr/share/info/as.info                       man-computil-info       bfd,info
@@ -137,6 +137,7 @@
 ./usr/share/man/cat1/gcpp.0                    man-util-catman         .cat
 ./usr/share/man/cat1/gencat.0                  man-locale-catman       .cat
 ./usr/share/man/cat1/getconf.0                 man-util-catman         .cat
+./usr/share/man/cat1/getent.0                  man-util-catman         .cat
 ./usr/share/man/cat1/getopt.0                  man-util-catman         .cat
 ./usr/share/man/cat1/grep.0                    man-util-catman         .cat
 ./usr/share/man/cat1/grfinfo.0                 man-sysutil-catman      .cat
@@ -2287,6 +2288,7 @@
 ./usr/share/man/man1/gcpp.1                    man-util-man            .man
 ./usr/share/man/man1/gencat.1                  man-locale-man          .man
 ./usr/share/man/man1/getconf.1                 man-util-man            .man
+./usr/share/man/man1/getent.1                  man-util-man            .man
 ./usr/share/man/man1/getopt.1                  man-util-man            .man
 ./usr/share/man/man1/grep.1                    man-util-man            .man
 ./usr/share/man/man1/grfinfo.1                 man-sysutil-man         .man
diff -r 76b063e9e7bc -r 97a1c28435ad usr.bin/Makefile
--- a/usr.bin/Makefile  Tue Nov 23 07:35:06 2004 +0000
+++ b/usr.bin/Makefile  Tue Nov 23 07:35:38 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.141 2004/09/13 23:35:19 thorpej Exp $
+#      $NetBSD: Makefile,v 1.142 2004/11/23 07:35:38 lukem Exp $
 #      from: @(#)Makefile      8.3 (Berkeley) 1/7/94
 
 .include <bsd.own.mk>
@@ -9,7 +9,7 @@
        column comm compress crontab crunch ctags cut \
        db dirname du eject elf2aout elf2ecoff env error expand \
        false fdformat fgen file find finger fmt fold fpr from \
-       fsplit fstat ftp gcore gencat getconf getopt gprof gzip \
+       fsplit fstat ftp gcore gencat getconf getent getopt gprof gzip \
        head hexdump iconv id indent innetgr ipcrm ipcs join jot \
        kdump ktrace ktruss lam last lastcomm ldd leave less \
        lex locale locate lock logger login logname look lorder m4 \



Home | Main Index | Thread Index | Old Index