|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T d
Length: 1459 (0x5b3) Types: TextFile Names: »dbmbuild.8«
└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0 └─⟦dc59850a2⟧ »EurOpenD22/pp5.0/pp-5.tar.Z« └─⟦e5a54fb17⟧ └─⟦this⟧ »pp-5.0/man/man8/dbmbuild.8«
.TH DBMBUILD 8 .\" @(#) $Header: /cs/research/pp/hubris/pp-beta/man/man8/RCS/dbmbuild.8,v 5.0 90/09/20 16:54:41 pp Exp Locker: pp $ .\" .\" $Log: dbmbuild.8,v $ .\" Revision 5.0 90/09/20 16:54:41 pp .\" rcsforce : 5.0 public release .\" .\" .SH NAME dbmbuild \- database builder for PP .SH SYNOPSIS .in +.5i .ti -.5i dbmbuild \%[-nvdk] \%[database\ [table ...]] .in -.5i .SH DESCRIPTION .I Dbmbuild reads the tables specified in the PP tailor file into a hashed database for use in quickly verifying addresses and efficiently assigning channels to submitted messages. If no database file is specified, the default dbm filename is used from the PP tailor file. If no table files are specified, all tables listed in the tailor file are used. .PP The options are: .IP n Don't create a new database, attempt to add to an existing database. .IP v Verbose mode. Print out each table as it is processed. .IP d Debug mode. Report everything that happens (verbose). .IP k Keep going. If a file is mentioned that doesn't exist, ignore it. It might be appropriate to make this the default at some sites. .PP Appropriate locks are placed on the database so that .I dbmbuild can safely be run while PP is in operation. .SH FILES .nf .ta \w'ppdbm.dir\0\0'u ppdbm.dir database directory ppdbm.pag database pages ppdbm.lck database locking file .fi .SH "SEE ALSO" dbm(3X), chan-table(5), dbmedit(8), .br \fIThe PP Manual: Volume 1 \- Installation and Operation\fP