From d4373f6dcf3ac0622f1119bb9584c0b4f7a9185c Mon Sep 17 00:00:00 2001 From: seb Date: Sun, 20 May 2007 14:02:10 +0000 Subject: [PATCH] Update pathnames to the services and netgroups databases after their move to /var/db. Pooka@ made me do it. --- usr.sbin/netgroup_mkdb/netgroup_mkdb.8 | 10 +++++----- usr.sbin/services_mkdb/services_mkdb.8 | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/usr.sbin/netgroup_mkdb/netgroup_mkdb.8 b/usr.sbin/netgroup_mkdb/netgroup_mkdb.8 index 6de66bb61920..c4b742d29eee 100644 --- a/usr.sbin/netgroup_mkdb/netgroup_mkdb.8 +++ b/usr.sbin/netgroup_mkdb/netgroup_mkdb.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: netgroup_mkdb.8,v 1.7 2002/02/02 01:22:18 wiz Exp $ +.\" $NetBSD: netgroup_mkdb.8,v 1.8 2007/05/20 14:02:10 seb Exp $ .\" .\" Copyright (c) 1994 Christos Zoulas .\" All rights reserved. @@ -28,7 +28,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd February 3, 1994 +.Dd May 20, 2007 .Dt NETGROUP_MKDB 8 .Os .Sh NAME @@ -47,7 +47,7 @@ If no file is specified, then .Pa /etc/netgroup is used. This database is installed into -.Pa /etc/netgroup.db . +.Pa /var/db/netgroup.db . The file must be in the correct format (see .Xr netgroup 5 ) . .Pp @@ -64,9 +64,9 @@ The databases are used by the C library netgroup routines (see exits zero on success, non-zero on failure. .Sh FILES .Bl -tag -width 24n -compact -.It Pa /etc/netgroup.db +.It Pa /var/db/netgroup.db The current netgroup database -.It Pa /etc/netgroup.db.tmp +.It Pa /var/db/netgroup.db.tmp A temporary file .It Pa /etc/netgroup The current netgroup file diff --git a/usr.sbin/services_mkdb/services_mkdb.8 b/usr.sbin/services_mkdb/services_mkdb.8 index 3d39db3d5d36..a249754adc65 100644 --- a/usr.sbin/services_mkdb/services_mkdb.8 +++ b/usr.sbin/services_mkdb/services_mkdb.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: services_mkdb.8,v 1.5 2007/05/08 20:14:59 christos Exp $ +.\" $NetBSD: services_mkdb.8,v 1.6 2007/05/20 14:02:10 seb Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -34,7 +34,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd May 8, 2007 +.Dd May 20, 2007 .Dt SERVICES_MKDB 8 .Os .Sh NAME @@ -54,7 +54,7 @@ If no file is specified, then .Pa /etc/services is used. The database is installed into -.Pa /etc/services.db . +.Pa /var/db/services.db . The file must be in the correct format (see .Xr services 5 ) . .Pp @@ -73,9 +73,9 @@ The databases are used by the C library services routines (see exits zero on success, non-zero on failure. .Sh FILES .Bl -tag -width 24n -compact -.It Pa /etc/services.db +.It Pa /var/db/services.db The current services database. -.It Pa /etc/services.db.tmp +.It Pa /var/db/services.db.tmp A temporary file. .It Pa /etc/services The current services file.