Wed, 29 Aug 2012 21:07:12 +0200
Back out libexec substitution now longer correct, remove manpages correspoding
to not installed binaries, and most importantly avoid linking to
cats_dummy which serves no other purpose than to sabotage runtime
operations of all binaries calling db_init_database(3) with a fatal
error message 'Please replace this dummy libbaccats library with a
proper one.' Disabling libtool use resolves this problem in the build
configuration (probably in src/cats/Makefile.in.)
michael@148 | 1 | ## |
michael@148 | 2 | ## fsl.dovecot -- OSSP fsl configuration |
michael@148 | 3 | ## |
michael@148 | 4 | |
michael@148 | 5 | ident (dovecot.*)/.+ q{ |
michael@148 | 6 | prefix( |
michael@148 | 7 | prefix="%b %d %H:%M:%S %N <%L> $1[%P]: " |
michael@148 | 8 | ) |
michael@148 | 9 | -> { |
michael@148 | 10 | debug: file( |
michael@148 | 11 | path="@l_prefix@/var/dovecot/log/dovecot.log", |
michael@148 | 12 | perm=0600 |
michael@148 | 13 | ) |
michael@148 | 14 | } |
michael@148 | 15 | }; |
michael@148 | 16 | |
michael@148 | 17 | ident (deliver(.*))/.+ q{ |
michael@148 | 18 | prefix( |
michael@148 | 19 | prefix="%b %d %H:%M:%S %N <%L> $1[%P]: " |
michael@148 | 20 | ) |
michael@148 | 21 | -> { |
michael@148 | 22 | debug: file( |
michael@148 | 23 | path="@l_prefix@/var/dovecot/log/deliver.log", |
michael@148 | 24 | perm=0600 |
michael@148 | 25 | ) |
michael@148 | 26 | } |
michael@148 | 27 | }; |
michael@148 | 28 |