From c51569eeb466d73591bf6e3abef16e4ac790e918 Mon Sep 17 00:00:00 2001 From: Stephan Bosch <stephan@rename-it.nl> Date: Wed, 23 Feb 2011 11:17:50 +0100 Subject: [PATCH] Fixed some more minor problems in the man pages (patch by Pascal Volk). --- doc/man/Makefile.am | 2 ++ doc/man/sieve-filter.1.in | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am index 0903722fd..3868734b7 100644 --- a/doc/man/Makefile.am +++ b/doc/man/Makefile.am @@ -1,3 +1,5 @@ +pkgsysconfdir = $(sysconfdir)/dovecot +rundir = ${prefix}/var/run/dovecot unfinished = sieve-filter.1 if BUILD_UNFINISHED diff --git a/doc/man/sieve-filter.1.in b/doc/man/sieve-filter.1.in index 0770fbcea..2d4cba926 100644 --- a/doc/man/sieve-filter.1.in +++ b/doc/man/sieve-filter.1.in @@ -207,10 +207,10 @@ Invalid parameter given. (EX_USAGE) .\"------------------------------------------------------------------------ .SH FILES .TP -.I /usr/local/etc/dovecot/dovecot.conf +.I @pkgsysconfdir@/dovecot.conf Dovecot\(aqs main configuration file. .TP -.I /usr/local/etc/dovecot/conf.d/90\-sieve.conf +.I @pkgsysconfdir@/conf.d/90\-sieve.conf Sieve interpreter settings (included from Dovecot\(aqs main configuration file) .\"------------------------------------------------------------------------ @INCLUDE:reporting-bugs@ -- GitLab