~ubuntu-branches/ubuntu/lucid/logwatch/lucid-201002122348

« back to all changes in this revision

Viewing changes to scripts/services/sonicwall

  • 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
 
# $Id: sonicwall,v 1.2 2006/10/18 17:57:49 mike Exp $
 
2
# $Id: sonicwall,v 1.4 2008/06/30 23:07:51 kirk Exp $
3
3
##########################################################################
4
4
# $Log: sonicwall,v $
 
5
# Revision 1.4  2008/06/30 23:07:51  kirk
 
6
# fixed copyright holders for files where I know who they should be
 
7
#
 
8
# Revision 1.3  2008/03/24 23:31:27  kirk
 
9
# added copyright/license notice to each script
 
10
#
5
11
# Revision 1.2  2006/10/18 17:57:49  mike
6
12
# Updates from Laurent DuFour -mgt
7
13
#
20
26
#    etc, to logwatch-devel@logwatch.org
21
27
########################################################
22
28
 
 
29
#######################################################
 
30
## Copyright (c) 2008 Laurent DUFOUR
 
31
## Covered under the included MIT/X-Consortium License:
 
32
##    http://www.opensource.org/licenses/mit-license.php
 
33
## All modifications and contributions by other persons to
 
34
## this script are assumed to have been donated to the
 
35
## Logwatch project and thus assume the above copyright
 
36
## and licensing terms.  If you want to make contributions
 
37
## under your own copyright or a different license this
 
38
## must be explicitly stated in the contribution an the
 
39
## Logwatch project reserves the right to not accept such
 
40
## contributions.  If you have made significant
 
41
## contributions to this script and want to claim
 
42
## copyright please contact logwatch-devel@logwatch.org.
 
43
#########################################################
 
44
 
23
45
use Logwatch ':all';
24
46
 
25
47
my $Debug = $ENV{'LOGWATCH_DEBUG'} || 0;