Files
server/opt/drweb/man/man1/update.pl.1
2026-01-07 20:52:11 +01:00

84 lines
2.3 KiB
Groff

.\" Process this file with
.\" groff -man -Tascii updater.1
.TH updater 1 "1992-2012" "@VERSION@" "USER MANUAL"
.SH NAME
update.pl \- an updating utility (DrWeb Updater).
.SH SYNOPSIS
.B update.pl
[OPTIONS]
.SH DESCRIPTION
.B DrWeb Updater
module is an updating script update.pl written in Perl. It is
used for automatic receipt and installation of regular updates:
antivirus add-ons, content-specific black and white lists,
component updates.
.SH OPTIONS
.TP
\
.B --ini=<path to file>
- use of alternative configuration file.
.TP
\
.B --what=<name>
- name of the component to be updated.
.TP
\
.B --not-need-reload=<name1[,name2...nameN]>
- if this parameter is not specified, then all the daemons will be
restarted after update.pl script finishes its work (but only if any
of their components has been updated, removed or added during script
operation).
.IP
\
- if this parameter is specified, but no value is set for it, then
none of the daemons will be restarted after update.pl script finishes
its work.
.IP
- names of the daemons can be uses as values for this parameter, and
several names can be specified in one string, without whitespaces and
with comma used as a delimiter. Daemons from this list will not be
restarted.
.TP
.B --components
- view a list of all product components available for update.
.TP
.B --freeze=<name1[, name2...nameN]>
- block updates for specific component.
.TP
.B --unfreeze=<name1[, name2...nameN]>
- enable updates for a frozen components.
.TP
.B --restore=<name1[, name2...nameN]>
- restore component to a previous state. On restoring component will be
automatically frozen. To enable updates for a restored component you need
to unfreeze it.
.TP
.B --mode=<agent | default>
- sets path to download directory (only for agent mode).
.TP
.B --download_dir=<path to directory>
- sets path to download directory (only for agent mode).
.TP
.B --lst=<path to directory>
- sets path to lst-file (only for agent mode).
.TP
.B --help
- display help.
.SH SIGNALS
.TP
\
SIGHUP
- reload of configuration file
.TP
\
SIGINT
- correct termination of operation
.TP
\
SIGKILL
- forced termination of Updater process (if any problems have emerged)
.SH AUTHOR
Doctor Web (http://www.drweb.com)
.SH SEE ALSO
drwebd(1)