|
NAMEservices_mkdb —
generate the services database
SYNOPSIS
DESCRIPTIONTheservices_mkdb utility creates a
db(3)
database for the specified file. If no file is
specified, then /etc/services is used. The database is
installed into /var/db/services.db. The file must be
in the correct format (see
services(5)).
The options are as follows:
The databases are used by the C library services routines (see getservent(3)). The FILES
EXIT STATUSTheservices_mkdb utility exits 0 on success,
and >0 if an error occurs.
SEE ALSOdb(3), getservent(3), services(5)BUGSBecauseservices_mkdb guarantees not to install a
partial destination file it must build a temporary file in the same file
system and if successful use
rename(2)
to install over the destination file.
If
Visit the GSP FreeBSD Man Page Interface. |