removed /etc and /opt

This commit is contained in:
cutemeli
2025-12-22 10:48:14 +00:00
parent 5ce7ca2c5d
commit 10d1afbb17
32559 changed files with 0 additions and 6756692 deletions

View File

@@ -1 +0,0 @@
update.pl.1

View File

@@ -1,77 +0,0 @@
.\" Process this file with
.\" groff -man -Tascii drwebd.1
.TH drwebd 1 "1992-2010" "6.0.2.9" "USER MANUAL"
.SH NAME
drwebd \- DrWeb Daemon checks files for viruses.
.SH SYNOPSIS
.B drwebd
[OPTIONS]
.SH DESCRIPTION
.B DrWeb Daemon
is a permanently loaded DrWeb antivirus module,
which can scan for viruses files on disk or data transferred through
socket on request from other DrWeb components. Requests are made
using special protocol via UNIX sockets or TCP sockets.
.PP
.B DrWeb Daemon
uses DrWeb antivirus engine and virus databases
and is able to detect and cure all known viruses.
.PP
.B DrWeb Daemon
is always running and has clear and easy protocol
for sending scan requests, which makes it a perfect solution to be
used as the antivirus filter for file servers, mail servers and
internet gateways.
.SH OPTIONS
.TP
\
.B -h
- use help.
.TP
\
.B -ini=<path to file>
- use of alternative configuration file.
.TP
\
.B --foreground=<yes|no>
- setting up Daemon operation mode at start. If
.B Yes
value is specified, Daemon will work in foreground. If
.B No
value is specified, Daemon will operate in daemon mode.
.TP
\
.B --check-only <command line parameters for check>
- checking validity of Daemon's configuration at start. If some command line
parameters are also specified, their validity will be checked as well.
.TP
\
.B -a=<Control Agent address>
- running Daemon in central protection mode.
.TP
\
.B --only-key
- nothing but key file is received from the
.B Control Agent
at start.
.SH SIGNALS
.TP
\
.SM
SIGHUP
- reload of configuration file
.TP
\
.SM
SIGTERM
- correct termination of Daemon process
.TP
\
.SM
SIGKILL
- forced termination of Daemon process (if any problems
have emerged)
.SH AUTHOR
Doctor Web (http://www.drweb.com)
.SH SEE ALSO
drweb(1)

View File

@@ -1,187 +0,0 @@
.\" Process this file with
.\" groff -man -Tascii drwebdc.1
.TH drwebdc 1 "1992-2010" "6.0.2.9" "USER MANUAL"
.SH NAME
drwebdc \- is a client for the DrWeb Daemon (drwebd).
.SH SYNOPSIS
.B drwebdc
[OPTIONS]
.SH DESCRIPTION
.B drwebdc
provides direct interface to the
.B DrWeb Daemon,
enabling immediate antivirus
file check by
.B drwebd.
.SH OPTIONS
.TP
\
.B --help
- use help.
.TP
\
.B --version
- view information on current program version.
.TP
\
.B -f <path to file>
- path to file for scan.
.TP
\
.B -i
- read data from the standart input (stdin).
.TP
\
.B -d <path to file>
- path to the PID-file of DrWeb Daemon.
.TP
\
.B -u <path to file>
- path to the UNIX-socket file of DrWeb Daemon.
.TP
\
.B -c <path to file>
- path to file for partial scanning.
.B -o
and
.B -l
parameters must be necessarily specified after it.
.TP
\
.B -o <offset value>
- offset to be made in file for partial scanning.
.TP
\
.B -l <length>
- length of file part to scan.
.TP
\
.B -n <address>
- IP-address or domain name of DrWeb Daemon.
.TP
\
.B -p <port number>
- TCP port of DrWeb Daemon.
.TP
\
.B -t <value in seconds>
- timeout for the scanning section.
.TP
\
.B -h
- use heuristic analyser.
.TP
\
.B -m
- use FilterRules from drweb32.ini.
.TP
\
.B -a
- use antispam plug-in.
.TP
\
.B --update
- send update command to the DrWeb Daemon.
.TP
\
.B -x
- scan object as local file.
.TP
\
.B -sb
- show information about base(s) with virus definitions.
.TP
\
.B -si
- show Daemon heading string.
.TP
\
.B -sv
- show Daemon version.
.TP
\
.B -rv
- return virus name(s).
.TP
\
.B -rf
- return alerted filter rule(s).
.TP
\
.B -rc
- return extended code(s).
.TP
\
.B -rr
- return report line(s).
.TP
\
.B -rs <size in bytes>
- size of report.
.TP
\
.B -q
- quiet mode.
.TP
\
.B -v
- verbose mode.
.TP
\
.B -w
- debug mode.
.TP
\
.B -e
- file in e-mail format (obsolete, ignored).
.TP
\
.B -T
- use TCP_NODELAY option for socket.
.TP
\
.B -F <e-mail address>
- sender e-mail address, for testing purposes only.
.TP
\
.B -R <e-mail address>
- recipient e-mail address, for testing purposes only.
.TP
\
.B -V[c|d|r|m]
- action for infected files: cure, delete, rename, move
(for testing purposes only).
.TP
\
.B -I[d|r|m]
- action for incurable files: delete, rename, move
(for testing purposes only).
.TP
\
.B -A[i|d|r|m]
- action for adware: ignore, delete, rename, move
(for testing purposes only).
.TP
\
.B -D[i|d|r|m]
- action for dialers: ignore, delete, rename, move
(for testing purposes only).
.TP
\
.B -J[i|d|r|m]
- action for jokes: ignore, delete, rename, move
(for testing purposes only).
.TP
\
.B -W[i|d|r|m]
- action for riskware: ignore, delete, rename, move
(for testing purposes only).
.TP
\
.B -H[i|d|r|m]
- action for hacktools: ignore, delete, rename, move
(for testing purposes only).
.SH AUTHOR
Doctor Web (http://www.drweb.com)
.SH SEE ALSO
drwebd(1)

View File

@@ -1,83 +0,0 @@
.\" 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)