Module Name:    src
Committed By:   christos
Date:           Tue Oct 11 19:25:07 UTC 2011

Modified Files:
        src/usr.bin/getent: Makefile getent.1

Log Message:
make getcap a link to getent, since many of the databases we use are of the
"cap" format.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/getent/Makefile
cvs rdiff -u -r1.21 -r1.22 src/usr.bin/getent/getent.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/getent/Makefile
diff -u src/usr.bin/getent/Makefile:1.4 src/usr.bin/getent/Makefile:1.5
--- src/usr.bin/getent/Makefile:1.4	Tue Apr 14 18:15:20 2009
+++ src/usr.bin/getent/Makefile	Tue Oct 11 15:25:07 2011
@@ -1,7 +1,9 @@
-#	$NetBSD: Makefile,v 1.4 2009/04/14 22:15:20 lukem Exp $
+#	$NetBSD: Makefile,v 1.5 2011/10/11 19:25:07 christos Exp $
 
 USE_FORT?= yes	# XXX network client?
 
 PROG=	getent
+LINKS=  ${BINDIR}/getent ${BINDIR}/getcap
+MLINKS=	getent.1 getcap.1
 
 .include <bsd.prog.mk>

Index: src/usr.bin/getent/getent.1
diff -u src/usr.bin/getent/getent.1:1.21 src/usr.bin/getent/getent.1:1.22
--- src/usr.bin/getent/getent.1:1.21	Thu Feb  4 04:48:35 2010
+++ src/usr.bin/getent/getent.1	Tue Oct 11 15:25:07 2011
@@ -1,4 +1,4 @@
-.\"	$NetBSD: getent.1,v 1.21 2010/02/04 09:48:35 wiz Exp $
+.\"	$NetBSD: getent.1,v 1.22 2011/10/11 19:25:07 christos Exp $
 .\"
 .\" Copyright (c) 2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,12 +27,13 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd February 3, 2010
-.Dt GETENT 1
+.Dd October 11, 2011
+.Dt GETENT/GETCAP 1
 .Os
 .Sh NAME
-.Nm getent
-.Nd get entries from administrative database
+.Nm getent/getcap
+or
+.Nd get entries from administrative databases
 .Sh SYNOPSIS
 .Nm
 .Ar database

Reply via email to