/*++ /* NAME /* nbdb_index_as 3 /* SUMMARY /* Non-Berkeley-DB migration service /* SYNOPSIS /* #include <nbdb_index_as.h> /* /* int nbdb_index_as( /* const char *command, /* const char *new_type, /* const char *source_path, /* uid_t uid, /* gid_t gid, /* VSTRING *why) /* DESCRIPTION /* nbdb_index_as() runs a command with the specified effective /* uid and gid, to create an indexed file from a source file. /* The command is killed after 100s. A limited amount of command /* output is returned after failure. /* /* The result value is one of the following: /* .IP NBDB_STAT_OK /* The request was successful. /* .IP NBDB_STAT_ERROR /* The request failed. A description of the problem is returned /* in \fBwhy\fR. /* .PP /* Arguments: /* .IP command /* Run this command, "postmap" or "postalias". /* .IP new_type /* Create an indexed file of this type. /* .IP source_path /* The pathname of the Berkeley DB source file. /* .IP uid, gid /* Run the command with these effective uid and gid, /* .IP why /* Storage that is updated with an applicable error description. /* SEE ALSO /* nbdb_index_as_test(1t), unit test /* LICENSE /* .ad /* .fi /* The Secure Mailer license must be distributed with this software. /* AUTHOR(S) /* Wietse Venema /* porcupine.org
/*--*/
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.