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

« back to all changes in this revision

Viewing changes to scripts/services/oidentd

  • 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: oidentd,v 1.5 2005/02/24 17:08:05 kirk Exp $
 
3
# $Id: oidentd,v 1.7 2008/06/30 23:07:51 kirk Exp $
4
4
##########################################################################
5
5
# $Log: oidentd,v $
 
6
# Revision 1.7  2008/06/30 23:07:51  kirk
 
7
# fixed copyright holders for files where I know who they should be
 
8
#
 
9
# Revision 1.6  2008/03/24 23:31:26  kirk
 
10
# added copyright/license notice to each script
 
11
#
6
12
# Revision 1.5  2005/02/24 17:08:05  kirk
7
13
# Applying consolidated patches from Mike Tremaine
8
14
#
41
47
#    etc, to kirk@kaybee.org and blues@pld-linux.org
42
48
########################################################
43
49
 
 
50
#####################################################
 
51
## Copyright (c) 2008 Pawe� Go�aszewski
 
52
## Covered under the included MIT/X-Consortium License:
 
53
##    http://www.opensource.org/licenses/mit-license.php
 
54
## All modifications and contributions by other persons to
 
55
## this script are assumed to have been donated to the
 
56
## Logwatch project and thus assume the above copyright
 
57
## and licensing terms.  If you want to make contributions
 
58
## under your own copyright or a different license this
 
59
## must be explicitly stated in the contribution an the
 
60
## Logwatch project reserves the right to not accept such
 
61
## contributions.  If you have made significant
 
62
## contributions to this script and want to claim
 
63
## copyright please contact logwatch-devel@logwatch.org.
 
64
#########################################################
 
65
 
44
66
## Initial initialization:
45
67
$Startups = 0;
46
68
$Shutdowns = 0;