use actual version and user names in man pages (bb#408)

git-svn: trunk@2963
remotes/push_mirror/metadata
Tomasz Kojm 19 years ago
parent 8c9d0e14ae
commit a39ae4686d
  1. 5
      ChangeLog
  2. 32
      Makefile.in
  3. 7
      configure
  4. 5
      configure.in
  5. 2
      docs/Makefile.am
  6. 3
      docs/Makefile.in
  7. 2
      docs/man/clamav-milter.8.in
  8. 2
      docs/man/clamconf.1.in
  9. 2
      docs/man/clamd.8.in
  10. 2
      docs/man/clamd.conf.5.in
  11. 2
      docs/man/clamdscan.1.in
  12. 10
      docs/man/clamscan.1.in
  13. 8
      docs/man/freshclam.1.in
  14. 2
      docs/man/freshclam.conf.5.in
  15. 2
      docs/man/sigtool.1.in

@ -1,3 +1,8 @@
Wed Mar 21 01:15:51 CET 2007 (tk)
---------------------------------
* docs/man: use actual version and user names in man pages (bb#408),
thanks to Fabio Pedretti <pedretti*eco.unibs.it>
Wed Mar 21 00:31:29 CET 2007 (tk) Wed Mar 21 00:31:29 CET 2007 (tk)
--------------------------------- ---------------------------------
* shared/misc.c: minor fixes to deamonize() (bb#319), thanks to Reinhard Max * shared/misc.c: minor fixes to deamonize() (bb#319), thanks to Reinhard Max

@ -59,12 +59,18 @@ target_triplet = @target@
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in $(srcdir)/clamav-config.h.in \ $(srcdir)/Makefile.in $(srcdir)/clamav-config.h.in \
$(srcdir)/clamav-config.in $(srcdir)/libclamav.pc.in \ $(srcdir)/clamav-config.in $(srcdir)/libclamav.pc.in \
$(top_srcdir)/configure $(top_srcdir)/docs/man/clamd.8.in \ $(top_srcdir)/configure \
$(top_srcdir)/docs/man/clamav-milter.8.in \
$(top_srcdir)/docs/man/clamconf.1.in \
$(top_srcdir)/docs/man/clamd.8.in \
$(top_srcdir)/docs/man/clamd.conf.5.in \ $(top_srcdir)/docs/man/clamd.conf.5.in \
$(top_srcdir)/docs/man/clamdscan.1.in \
$(top_srcdir)/docs/man/clamscan.1.in \
$(top_srcdir)/docs/man/freshclam.1.in \ $(top_srcdir)/docs/man/freshclam.1.in \
$(top_srcdir)/docs/man/freshclam.conf.5.in AUTHORS COPYING \ $(top_srcdir)/docs/man/freshclam.conf.5.in \
ChangeLog INSTALL NEWS config.guess config.sub depcomp \ $(top_srcdir)/docs/man/sigtool.1.in AUTHORS COPYING ChangeLog \
install-sh ltmain.sh missing mkinstalldirs INSTALL NEWS config.guess config.sub depcomp install-sh \
ltmain.sh missing mkinstalldirs
subdir = . subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
@ -75,9 +81,11 @@ am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
configure.lineno configure.status.lineno configure.lineno configure.status.lineno
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = clamav-config.h CONFIG_HEADER = clamav-config.h
CONFIG_CLEAN_FILES = clamav-config libclamav.pc docs/man/clamd.8 \ CONFIG_CLEAN_FILES = clamav-config libclamav.pc \
docs/man/clamd.conf.5 docs/man/freshclam.1 \ docs/man/clamav-milter.8 docs/man/clamconf.1 docs/man/clamd.8 \
docs/man/freshclam.conf.5 docs/man/clamd.conf.5 docs/man/clamdscan.1 docs/man/clamscan.1 \
docs/man/freshclam.1 docs/man/freshclam.conf.5 \
docs/man/sigtool.1
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgconfigdir)" am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgconfigdir)"
binSCRIPT_INSTALL = $(INSTALL_SCRIPT) binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
SCRIPTS = $(bin_SCRIPTS) SCRIPTS = $(bin_SCRIPTS)
@ -299,14 +307,24 @@ clamav-config: $(top_builddir)/config.status $(srcdir)/clamav-config.in
cd $(top_builddir) && $(SHELL) ./config.status $@ cd $(top_builddir) && $(SHELL) ./config.status $@
libclamav.pc: $(top_builddir)/config.status $(srcdir)/libclamav.pc.in libclamav.pc: $(top_builddir)/config.status $(srcdir)/libclamav.pc.in
cd $(top_builddir) && $(SHELL) ./config.status $@ cd $(top_builddir) && $(SHELL) ./config.status $@
docs/man/clamav-milter.8: $(top_builddir)/config.status $(top_srcdir)/docs/man/clamav-milter.8.in
cd $(top_builddir) && $(SHELL) ./config.status $@
docs/man/clamconf.1: $(top_builddir)/config.status $(top_srcdir)/docs/man/clamconf.1.in
cd $(top_builddir) && $(SHELL) ./config.status $@
docs/man/clamd.8: $(top_builddir)/config.status $(top_srcdir)/docs/man/clamd.8.in docs/man/clamd.8: $(top_builddir)/config.status $(top_srcdir)/docs/man/clamd.8.in
cd $(top_builddir) && $(SHELL) ./config.status $@ cd $(top_builddir) && $(SHELL) ./config.status $@
docs/man/clamd.conf.5: $(top_builddir)/config.status $(top_srcdir)/docs/man/clamd.conf.5.in docs/man/clamd.conf.5: $(top_builddir)/config.status $(top_srcdir)/docs/man/clamd.conf.5.in
cd $(top_builddir) && $(SHELL) ./config.status $@ cd $(top_builddir) && $(SHELL) ./config.status $@
docs/man/clamdscan.1: $(top_builddir)/config.status $(top_srcdir)/docs/man/clamdscan.1.in
cd $(top_builddir) && $(SHELL) ./config.status $@
docs/man/clamscan.1: $(top_builddir)/config.status $(top_srcdir)/docs/man/clamscan.1.in
cd $(top_builddir) && $(SHELL) ./config.status $@
docs/man/freshclam.1: $(top_builddir)/config.status $(top_srcdir)/docs/man/freshclam.1.in docs/man/freshclam.1: $(top_builddir)/config.status $(top_srcdir)/docs/man/freshclam.1.in
cd $(top_builddir) && $(SHELL) ./config.status $@ cd $(top_builddir) && $(SHELL) ./config.status $@
docs/man/freshclam.conf.5: $(top_builddir)/config.status $(top_srcdir)/docs/man/freshclam.conf.5.in docs/man/freshclam.conf.5: $(top_builddir)/config.status $(top_srcdir)/docs/man/freshclam.conf.5.in
cd $(top_builddir) && $(SHELL) ./config.status $@ cd $(top_builddir) && $(SHELL) ./config.status $@
docs/man/sigtool.1: $(top_builddir)/config.status $(top_srcdir)/docs/man/sigtool.1.in
cd $(top_builddir) && $(SHELL) ./config.status $@
install-binSCRIPTS: $(bin_SCRIPTS) install-binSCRIPTS: $(bin_SCRIPTS)
@$(NORMAL_INSTALL) @$(NORMAL_INSTALL)
test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)" test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"

7
configure vendored

@ -25906,7 +25906,7 @@ cat >>confdefs.h <<_ACEOF
_ACEOF _ACEOF
ac_config_files="$ac_config_files libclamav/Makefile clamscan/Makefile database/Makefile docs/Makefile clamd/Makefile clamdscan/Makefile clamav-milter/Makefile freshclam/Makefile sigtool/Makefile clamconf/Makefile etc/Makefile Makefile clamav-config libclamav.pc docs/man/clamd.8 docs/man/clamd.conf.5 docs/man/freshclam.1 docs/man/freshclam.conf.5" ac_config_files="$ac_config_files libclamav/Makefile clamscan/Makefile database/Makefile docs/Makefile clamd/Makefile clamdscan/Makefile clamav-milter/Makefile freshclam/Makefile sigtool/Makefile clamconf/Makefile etc/Makefile Makefile clamav-config libclamav.pc docs/man/clamav-milter.8 docs/man/clamconf.1 docs/man/clamd.8 docs/man/clamd.conf.5 docs/man/clamdscan.1 docs/man/clamscan.1 docs/man/freshclam.1 docs/man/freshclam.conf.5 docs/man/sigtool.1"
cat >confcache <<\_ACEOF cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure # This file is a shell script that caches the results of configure
@ -26528,10 +26528,15 @@ do
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
"clamav-config") CONFIG_FILES="$CONFIG_FILES clamav-config" ;; "clamav-config") CONFIG_FILES="$CONFIG_FILES clamav-config" ;;
"libclamav.pc") CONFIG_FILES="$CONFIG_FILES libclamav.pc" ;; "libclamav.pc") CONFIG_FILES="$CONFIG_FILES libclamav.pc" ;;
"docs/man/clamav-milter.8") CONFIG_FILES="$CONFIG_FILES docs/man/clamav-milter.8" ;;
"docs/man/clamconf.1") CONFIG_FILES="$CONFIG_FILES docs/man/clamconf.1" ;;
"docs/man/clamd.8") CONFIG_FILES="$CONFIG_FILES docs/man/clamd.8" ;; "docs/man/clamd.8") CONFIG_FILES="$CONFIG_FILES docs/man/clamd.8" ;;
"docs/man/clamd.conf.5") CONFIG_FILES="$CONFIG_FILES docs/man/clamd.conf.5" ;; "docs/man/clamd.conf.5") CONFIG_FILES="$CONFIG_FILES docs/man/clamd.conf.5" ;;
"docs/man/clamdscan.1") CONFIG_FILES="$CONFIG_FILES docs/man/clamdscan.1" ;;
"docs/man/clamscan.1") CONFIG_FILES="$CONFIG_FILES docs/man/clamscan.1" ;;
"docs/man/freshclam.1") CONFIG_FILES="$CONFIG_FILES docs/man/freshclam.1" ;; "docs/man/freshclam.1") CONFIG_FILES="$CONFIG_FILES docs/man/freshclam.1" ;;
"docs/man/freshclam.conf.5") CONFIG_FILES="$CONFIG_FILES docs/man/freshclam.conf.5" ;; "docs/man/freshclam.conf.5") CONFIG_FILES="$CONFIG_FILES docs/man/freshclam.conf.5" ;;
"docs/man/sigtool.1") CONFIG_FILES="$CONFIG_FILES docs/man/sigtool.1" ;;
*) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
echo "$as_me: error: invalid argument: $ac_config_target" >&2;} echo "$as_me: error: invalid argument: $ac_config_target" >&2;}

@ -1115,8 +1115,13 @@ etc/Makefile
Makefile Makefile
clamav-config clamav-config
libclamav.pc libclamav.pc
docs/man/clamav-milter.8
docs/man/clamconf.1
docs/man/clamd.8 docs/man/clamd.8
docs/man/clamd.conf.5 docs/man/clamd.conf.5
docs/man/clamdscan.1
docs/man/clamscan.1
docs/man/freshclam.1 docs/man/freshclam.1
docs/man/freshclam.conf.5 docs/man/freshclam.conf.5
docs/man/sigtool.1
]) ])

@ -16,5 +16,5 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
# MA 02110-1301, USA. # MA 02110-1301, USA.
EXTRA_DIST = html man clamdoc.pdf clamdoc.tex clamav-mirror-howto.pdf clamav-mirror-howto.tex signatures.pdf signatures.tex clam.eps EXTRA_DIST = html man/*.in clamdoc.pdf clamdoc.tex clamav-mirror-howto.pdf clamav-mirror-howto.tex signatures.pdf signatures.tex clam.eps
man_MANS = man/clamscan.1 man/freshclam.1 man/sigtool.1 man/clamd.8 man/clamd.conf.5 man/clamdscan.1 man/clamav-milter.8 man/freshclam.conf.5 man/clamconf.1 man_MANS = man/clamscan.1 man/freshclam.1 man/sigtool.1 man/clamd.8 man/clamd.conf.5 man/clamdscan.1 man/clamav-milter.8 man/freshclam.conf.5 man/clamconf.1

@ -199,7 +199,7 @@ target_alias = @target_alias@
target_cpu = @target_cpu@ target_cpu = @target_cpu@
target_os = @target_os@ target_os = @target_os@
target_vendor = @target_vendor@ target_vendor = @target_vendor@
EXTRA_DIST = html man clamdoc.pdf clamdoc.tex clamav-mirror-howto.pdf clamav-mirror-howto.tex signatures.pdf signatures.tex clam.eps EXTRA_DIST = html man/*.in clamdoc.pdf clamdoc.tex clamav-mirror-howto.pdf clamav-mirror-howto.tex signatures.pdf signatures.tex clam.eps
man_MANS = man/clamscan.1 man/freshclam.1 man/sigtool.1 man/clamd.8 man/clamd.conf.5 man/clamdscan.1 man/clamav-milter.8 man/freshclam.conf.5 man/clamconf.1 man_MANS = man/clamscan.1 man/freshclam.1 man/sigtool.1 man/clamd.8 man/clamd.conf.5 man/clamdscan.1 man/clamav-milter.8 man/freshclam.conf.5 man/clamconf.1
all: all-am all: all-am
@ -386,6 +386,7 @@ CTAGS:
distdir: $(DISTFILES) distdir: $(DISTFILES)
$(mkdir_p) $(distdir)/man
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
list='$(DISTFILES)'; for file in $$list; do \ list='$(DISTFILES)'; for file in $$list; do \

@ -1,4 +1,4 @@
.TH "clamav-milter" "8" "March 23, 2004" "" "Clam AntiVirus" .TH "clamav-milter" "8" "March 23, 2004" "ClamAV @VERSION@" "Clam AntiVirus"
.SH "NAME" .SH "NAME"
.LP .LP
clamav\-milter \- milter compatible mail scanner clamav\-milter \- milter compatible mail scanner

@ -1,4 +1,4 @@
.TH "Config tool" "1" "February 12, 2007" "ClamAV 0.90" "Clam AntiVirus" .TH "Config tool" "1" "February 12, 2007" "ClamAV @VERSION@" "Clam AntiVirus"
.SH "NAME" .SH "NAME"
.LP .LP
clamconf \- Clam AntiVirus configuration utility clamconf \- Clam AntiVirus configuration utility

@ -1,4 +1,4 @@
.TH "Clam Daemon" "8" "February 12, 2007" "ClamAV 0.90" "Clam AntiVirus" .TH "Clam Daemon" "8" "February 12, 2007" "ClamAV @VERSION@" "Clam AntiVirus"
.SH "NAME" .SH "NAME"
.LP .LP
clamd \- an anti\-virus daemon clamd \- an anti\-virus daemon

@ -1,4 +1,4 @@
.TH "clamd.conf" "5" "February 12, 2007" "ClamAV 0.90" "Clam AntiVirus" .TH "clamd.conf" "5" "February 12, 2007" "ClamAV @VERSION@" "Clam AntiVirus"
.SH "NAME" .SH "NAME"
.LP .LP
\fBclamd.conf\fR \- Configuration file for Clam AntiVirus Daemon \fBclamd.conf\fR \- Configuration file for Clam AntiVirus Daemon

@ -1,4 +1,4 @@
.TH "Clamd client" "1" "February 12, 2007" "ClamAV 0.90" "Clam AntiVirus" .TH "Clamd client" "1" "February 12, 2007" "ClamAV @VERSION@" "Clam AntiVirus"
.SH "NAME" .SH "NAME"
.LP .LP
clamdscan \- scan files and directories for viruses using Clam AntiVirus Daemon clamdscan \- scan files and directories for viruses using Clam AntiVirus Daemon

@ -1,4 +1,4 @@
.TH "clamscan" "1" "February 12, 2007" "ClamAV 0.90" "Clam AntiVirus" .TH "clamscan" "1" "February 12, 2007" "ClamAV @VERSION@" "Clam AntiVirus"
.SH "NAME" .SH "NAME"
.LP .LP
clamscan \- scan files and directories for viruses clamscan \- scan files and directories for viruses
@ -37,7 +37,7 @@ Load virus database from FILE or load all virus database files from DIR.
Save scan report to FILE. Save scan report to FILE.
.TP .TP
\fB\-\-tempdir=DIRECTORY\fR \fB\-\-tempdir=DIRECTORY\fR
Create temporary files in DIRECTORY. Directory must be writable for the 'clamav' user or unprivileged user running clamscan. Create temporary files in DIRECTORY. Directory must be writable for the '@CLAMAVUSER@' user or unprivileged user running clamscan.
.TP .TP
\fB\-\-leave\-temps\fR \fB\-\-leave\-temps\fR
Do not remove temporary files. Do not remove temporary files.
@ -64,10 +64,10 @@ Only print infected files.
Remove infected files. \fBBe careful.\fR Remove infected files. \fBBe careful.\fR
.TP .TP
\fB\-\-move=DIRECTORY\fR \fB\-\-move=DIRECTORY\fR
Move infected files into DIRECTORY. Directory must be writable for the 'clamav' user or unprivileged user running clamscan. Move infected files into DIRECTORY. Directory must be writable for the '@CLAMAVUSER@' user or unprivileged user running clamscan.
.TP .TP
\fB\-\-copy=DIRECTORY\fR \fB\-\-copy=DIRECTORY\fR
Copy infected files into DIRECTORY. Directory must be writable for the 'clamav' user or unprivileged user running clamscan. Copy infected files into DIRECTORY. Directory must be writable for the '@CLAMAVUSER@' user or unprivileged user running clamscan.
.TP .TP
\fB\-\-no\-mail\fR \fB\-\-no\-mail\fR
Disable scanning of mail files. Disable scanning of mail files.
@ -218,7 +218,7 @@ Note: some return codes may only appear in a single file mode (when clamscan is
.TP .TP
59: Can't get information about current user from /etc/passwd. 59: Can't get information about current user from /etc/passwd.
.TP .TP
60: Can't get information about user 'clamav' (default name) from /etc/passwd. 60: Can't get information about user '@CLAMAVUSER@' from /etc/passwd.
.TP .TP
61: Can't fork. 61: Can't fork.
.TP .TP

@ -1,4 +1,4 @@
.TH "freshclam" "1" "February 12, 2007" "ClamAV 0.90" "Clam AntiVirus" .TH "freshclam" "1" "February 12, 2007" "ClamAV @VERSION@" "Clam AntiVirus"
.SH "NAME" .SH "NAME"
.LP .LP
freshclam \- update virus databases freshclam \- update virus databases
@ -31,10 +31,10 @@ Write all messages to stdout.
Write download report to FILE. Write download report to FILE.
.TP .TP
\fB\-\-datadir=DIRECTORY\fR \fB\-\-datadir=DIRECTORY\fR
Install new database in DIRECTORY. The directory must be writable for the 'clamav' user or unprivileged user running freshclam. Install new database in DIRECTORY. The directory must be writable for the '@CLAMAVUSER@' user or unprivileged user running freshclam.
.TP .TP
\fB\-u USER, \-\-user USER\fR \fB\-u USER, \-\-user USER\fR
Run as USER. By default (when started by root) freshclam drops privileges and operates as the 'clamav' user. Run as USER. By default (when started by root) freshclam drops privileges and operates as the '@CLAMAVUSER@' user.
.TP .TP
\fB\-d, \-\-daemon\fR \fB\-d, \-\-daemon\fR
Run in a daemon mode. This option requires \-\-checks. Run in a daemon mode. This option requires \-\-checks.
@ -105,7 +105,7 @@ Pring mirror details from mirrors.dat (cache file for the mirror manager).
.TP .TP
59: Mirrors are not fully synchronized (try again later). 59: Mirrors are not fully synchronized (try again later).
.TP .TP
60: Can't get information about clamav user from /etc/passwd. 60: Can't get information about '@CLAMAVUSER@' user from /etc/passwd.
.TP .TP
61: Can't drop privileges. 61: Can't drop privileges.
.TP .TP

@ -1,4 +1,4 @@
.TH "freshclam.conf" "5" "February 12, 2007" "ClamAV 0.90" "Clam AntiVirus" .TH "freshclam.conf" "5" "February 12, 2007" "ClamAV @VERSION@" "Clam AntiVirus"
.SH "NAME" .SH "NAME"
.LP .LP
\fBfreshclam.conf\fR \- Configuration file for Clam AntiVirus database update tool \fBfreshclam.conf\fR \- Configuration file for Clam AntiVirus database update tool

@ -1,4 +1,4 @@
.TH "sigtool" "1" "February 12, 2007" "ClamAV 0.90" "Clam AntiVirus" .TH "sigtool" "1" "February 12, 2007" "ClamAV @VERSION@" "Clam AntiVirus"
.SH "NAME" .SH "NAME"
.LP .LP
sigtool \- signature and database management tool sigtool \- signature and database management tool
Loading…
Cancel
Save