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

« back to all changes in this revision

Viewing changes to debian/local/Parse_conf.pm

  • 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_conf.pm,v 8.14.4 2011-01-10 21:34:56 cowboy Exp $
 
4
# $Sendmail: Parse_conf.pm,v 8.14.4 2010-11-03 22:21:32 cowboy Exp $
5
5
#
6
6
# Parse and update /etc/mail/sendmail.conf
7
7
#
43
43
#$main::Version         = '$Revision: 1.00 $ ';
44
44
$Parse_conf::program_name = 'Parse_conf.pm';
45
45
$Parse_conf::program_version = '8.14.4';
46
 
$Parse_conf::program_date = '2011-01-10 21:34:56 cowboy';
 
46
$Parse_conf::program_date = '2010-11-03 22:21:32 cowboy';
47
47
$Parse_conf::debug = 0;
48
48
 
49
49
my $interp_pgm = "$^X";