~ubuntu-branches/ubuntu/lucid/logwatch/lucid-201001130053

« back to all changes in this revision

Viewing changes to scripts/services/portsentry

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2008-07-05 11:49:54 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080705114954-9naedpe6wrk3k7xt
Tags: 7.3.6.cvs20080702-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Use postfix rather than exim4.
  - Update maintainers according to spec.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
##########################################################################
3
 
# $Id: portsentry,v 1.8 2005/02/24 17:08:05 kirk Exp $
 
3
# $Id: portsentry,v 1.10 2008/06/30 23:07:51 kirk Exp $
4
4
##########################################################################
5
5
 
6
6
########################################################
8
8
#    Osma Ahvenlampi <oa@iki.fi>
9
9
########################################################
10
10
 
 
11
#######################################################
 
12
## Copyright (c) 2008 Osma Ahvenlampi
 
13
## Covered under the included MIT/X-Consortium License:
 
14
##    http://www.opensource.org/licenses/mit-license.php
 
15
## All modifications and contributions by other persons to
 
16
## this script are assumed to have been donated to the
 
17
## Logwatch project and thus assume the above copyright
 
18
## and licensing terms.  If you want to make contributions
 
19
## under your own copyright or a different license this
 
20
## must be explicitly stated in the contribution an the
 
21
## Logwatch project reserves the right to not accept such
 
22
## contributions.  If you have made significant
 
23
## contributions to this script and want to claim
 
24
## copyright please contact logwatch-devel@logwatch.org.
 
25
#########################################################
 
26
 
11
27
use Logwatch ':ip';
12
28
 
13
29
$Detail = $ENV{'LOGWATCH_DETAIL_LEVEL'} || 0;