Update pathnames to the services and netgroups databases after their move

to /var/db.

Pooka@ made me do it.
This commit is contained in:
seb 2007-05-20 14:02:10 +00:00
parent d7f5331e03
commit d4373f6dcf
2 changed files with 10 additions and 10 deletions

View File

@ -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

View File

@ -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.