~ubuntu-branches/ubuntu/saucy/sendmail/saucy-proposed

« back to all changes in this revision

Viewing changes to debian/local/parse_mc

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2012-05-22 15:21:02 UTC
  • mfrom: (9.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20120522152102-7lu2d2zvagerhz6f
Tags: 8.14.4-2.1ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Fix FTBFS with ld --as-needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/perl -w
2
2
#------------------------------------------------------------------------
3
3
#
4
 
# $Sendmail: parse_mc,v 8.14.4 2011-01-10 21:34:56 cowboy Exp $
 
4
# $Sendmail: parse_mc,v 8.14.4 2010-11-03 22:21:32 cowboy Exp $
5
5
#
6
6
# Parse Sendmail config for databases
7
7
#
37
37
#$main::Version                 = '$Revision: 2.00 $ ';
38
38
$main::program_name    = $0;
39
39
$main::program_version = '8.14.4';
40
 
$main::program_date    = '2011-01-10 21:34:56 cowboy';
 
40
$main::program_date    = '2010-11-03 22:21:32 cowboy';
41
41
$main::debug                    = 0;
42
42
 
43
43
#