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

« back to all changes in this revision

Viewing changes to scripts/services/rt314

  • 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: rt314,v 1.8 2007/02/16 15:05:06 bjorn Exp $
 
2
# $Id: rt314,v 1.10 2008/06/30 23:07:51 kirk Exp $
3
3
##########################################################################
4
4
# $Log: rt314,v $
 
5
# Revision 1.10  2008/06/30 23:07:51  kirk
 
6
# fixed copyright holders for files where I know who they should be
 
7
#
 
8
# Revision 1.9  2008/03/24 23:31:26  kirk
 
9
# added copyright/license notice to each script
 
10
#
5
11
# Revision 1.8  2007/02/16 15:05:06  bjorn
6
12
# Deleted "Public Domain" string; now using default Logwatch license, per
7
13
# Daniel Barrett.
11
17
# Author: Daniel J. Barrett, dbarrett@blazemonger.com.
12
18
#############################################################################
13
19
 
 
20
#######################################################
 
21
## Copyright (c) 2008 Daniel Barrett
 
22
## Covered under the included MIT/X-Consortium License:
 
23
##    http://www.opensource.org/licenses/mit-license.php
 
24
## All modifications and contributions by other persons to
 
25
## this script are assumed to have been donated to the
 
26
## Logwatch project and thus assume the above copyright
 
27
## and licensing terms.  If you want to make contributions
 
28
## under your own copyright or a different license this
 
29
## must be explicitly stated in the contribution an the
 
30
## Logwatch project reserves the right to not accept such
 
31
## contributions.  If you have made significant
 
32
## contributions to this script and want to claim
 
33
## copyright please contact logwatch-devel@logwatch.org.
 
34
#########################################################
 
35
 
14
36
use Socket;
15
37
 
16
38
$Detail = $ENV{'LOGWATCH_DETAIL_LEVEL'} || 0;