Projet

Général

Profil

Révision 17f78427

ID17f784270ae966ee9a13e9f5104a5b8f925b639e
Parent ef851f0c
Enfant d4320aea, 5b2396a9

Ajouté par Lars Kruse il y a plus de 7 ans

Whitespace cleanup

  • remove trailing whitespace
  • remove empty lines at the end of files

Voir les différences:

plugins/qmail/spamdyke
3 3
# Plugin to monitor spamdyke
4 4
#
5 5
#    Spamdyke logs expected to be inside /var/log/mail.info
6
#    logtail must be installed 
6
#    logtail must be installed
7 7
#    Plugin state stored in /var/lib/munin/plugin-state
8 8
#      (statedir as defined in munin debian packages)
9
# 
9
#
10 10
#    You may override spamdyke logfile in plugin-conf.d/munin-node, and
11 11
#    give the user/group with enough rights to read your logs (group
12 12
#    adm on stock debian works fine)
......
15 15
#    env.logfile /var/log/maillog
16 16
#    group adm
17 17
#
18
# 
18
#
19 19
#
20 20
# Parameters understood:
21 21
#
......
24 24
#
25 25

  
26 26
mktempfile () {
27
mktemp -t 
28
}       
27
    mktemp -t
28
}
29 29

  
30 30
MAIL_LOG=${logfile:-/var/log/mail.info}
31 31
LOGTAIL=${logtail:-`which logtail`}

Formats disponibles : Unified diff