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

« back to all changes in this revision

Viewing changes to scripts/services/pluto

  • 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: pluto,v 1.15 2006/10/20 17:08:02 bjorn Exp $
 
2
# $Id: pluto,v 1.17 2008/06/30 23:07:51 kirk Exp $
3
3
##########################################################################
4
4
# $Log: pluto,v $
 
5
# Revision 1.17  2008/06/30 23:07:51  kirk
 
6
# fixed copyright holders for files where I know who they should be
 
7
#
 
8
# Revision 1.16  2008/03/24 23:31:26  kirk
 
9
# added copyright/license notice to each script
 
10
#
5
11
# Revision 1.15  2006/10/20 17:08:02  bjorn
6
12
# Additional filtering, by Marcus Better.
7
13
#
35
41
# make some sense out of them. 
36
42
#
37
43
# Please CC suggestions to mcr@freeswan.org and/or design@lists.freeswan.org
38
 
# as well as to kirk@kaybee.org.
39
44
 
40
45
# the vendorID hash maps vendor IDs to products. VendorIDs are hashs of 
41
46
# internal stuff from each vendor. Grow this table as you encouter new
42
47
# products.
43
48
 
 
49
#######################################################
 
50
## Copyright (c) 2008 Kirk Bauer
 
51
## Covered under the included MIT/X-Consortium License:
 
52
##    http://www.opensource.org/licenses/mit-license.php
 
53
## All modifications and contributions by other persons to
 
54
## this script are assumed to have been donated to the
 
55
## Logwatch project and thus assume the above copyright
 
56
## and licensing terms.  If you want to make contributions
 
57
## under your own copyright or a different license this
 
58
## must be explicitly stated in the contribution an the
 
59
## Logwatch project reserves the right to not accept such
 
60
## contributions.  If you have made significant
 
61
## contributions to this script and want to claim
 
62
## copyright please contact logwatch-devel@logwatch.org.
 
63
#########################################################
 
64
 
44
65
$vendorID{"p....}..&..i...5..............................."}="KAME/Racoon";
45
66
$debug=0;
46
67