debian/masqmail-debian
changeset 4:bf717cdae8fc
fixed lintian warnings; adjusted lintian overrides
author | meillo@marmaro.de |
---|---|
date | Wed, 05 Nov 2008 11:42:05 +0100 |
parents | c8a6580623df |
children | ff639a0d2e6b |
files | masqmail.lintian masqmail.templates |
diffstat | 2 files changed, 5 insertions(+), 4 deletions(-) [+] |
line diff
1.1 --- a/masqmail.lintian Wed Nov 05 11:41:26 2008 +0100 1.2 +++ b/masqmail.lintian Wed Nov 05 11:42:05 2008 +0100 1.3 @@ -1,4 +1,5 @@ 1.4 # has to be setuid: 1.5 masqmail: setuid-binary usr/sbin/masqmail 4755 root/root 1.6 -# worked around that in debian/masqmail.config: 1.7 -masqmail: init-script-suggests-versioned-depends postinst 1.8 +# literally question marks treated as questions by lintian 1.9 +masqmail: using-question-in-extended-description-in-templates masqmail/local_hosts 1.10 +masqmail: using-question-in-extended-description-in-templates masqmail/local_nets
2.1 --- a/masqmail.templates Wed Nov 05 11:41:26 2008 +0100 2.2 +++ b/masqmail.templates Wed Nov 05 11:42:05 2008 +0100 2.3 @@ -51,7 +51,7 @@ 2.4 dialup connection. Mail to these hosts will be delivered immediately, 2.5 without checking for the online status. 2.6 . 2.7 - You can use wildcards expressions like '*' and '?', eg. *.yournet.local 2.8 + You can use wildcard expressions like '*' and '?', eg. *.yournet.local 2.9 . 2.10 If you have only one box, you can leave this empty. If you do not want 2.11 to use masqmail as an offline MTA, and the whole internet or another mail 2.12 @@ -134,7 +134,7 @@ 2.13 Template: masqmail/alias_local_caseless 2.14 Type: boolean 2.15 Default: false 2.16 -_Description: Alias expansion regarding case or not: 2.17 +_Description: Should alias expansion regard case? 2.18 Masqmail uses the file /etc/aliases to redirect local addresses. 2.19 The search for a match in /etc/aliases can be regarding upper/lower 2.20 case or insensitive to case.