webfilter_create

Langue: en

Version: 28/02/03 (mandriva - 22/10/07)

Section: 1 (Commandes utilisateur)

NAME

webfilter_create - create and populate webfilter database

SYNOPSIS

webfilter_create [ -dc ] database

OPTIONS

-d
debug mode: be verbose about what you are doing.
-c
continue even if errors are encountered during a database update.
-t
truncate the database if it already exists. Normally, if the database already exists, it is simply opened, so that webfilter_create adds new entries.
-r
replace entries that alread exist in the database.

DESCRIPTION

Webfilter_create reads standard and creates an populates the database database, specified as the first argument, from it. Every line of input maps to a database record. The lines are whitespace separated fields, the first field being the hostname (or domain name, if beginning with a period). The remaining fields are the categories under which this host/domain is listed. Each line can contain a comment, everything after a hash mark is considered a comment. See webfilter_check(1) for more information about how checks against the database are performed.

SEE ALSO

webfilter_dump(1), webfilter_add(1), webfilter_delete(1), webfilter_check(1)

AUTHOR

Andreas F. Mueller <andreas.mueller@othello.ch>