diff options
author | Richard A Nelson (Rick) <cowboy@debian.org> | 2009-03-01 06:15:00 +0000 |
---|---|---|
committer | Andreas Beckmann <debian@abeckmann.de> | 2012-10-01 20:07:44 +0200 |
commit | ce95a56b62dfc55ef26a7d1494fc88854c33a6bc (patch) | |
tree | dde60c8879369aee5d66f455fd91cd2fb4c73d7f /debian/local/update_authm4 | |
parent | 83792056bacbb2db3bc1255f9993844e5e3aee28 (diff) | |
download | sendmail-debian/8.14.3-8.tar.gz |
Imported Debian patch 8.14.3-8debian/8.14.3-8
Diffstat (limited to 'debian/local/update_authm4')
-rw-r--r-- | debian/local/update_authm4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/local/update_authm4 b/debian/local/update_authm4 index a121386..261cd4f 100644 --- a/debian/local/update_authm4 +++ b/debian/local/update_authm4 @@ -1,7 +1,7 @@ #!/usr/bin/perl -w #------------------------------------------------------------------------ # -# $Sendmail: update_auth,v 8.14.3 2009-02-28 22:32:11 cowboy Exp $ +# $Sendmail: update_auth,v 8.14.3 2009-02-28 23:40:41 cowboy Exp $ # # Create /etc/mail/sasl/sasl.m4 for Debian Sendmail # @@ -35,7 +35,7 @@ require Parse_mc; #$main::Version = '$Revision: 2.00 $ '; $main::program_name = $0; $main::program_version = '8.14.3'; -$main::program_date = '2009-02-28 22:32:11 cowboy'; +$main::program_date = '2009-02-28 23:40:41 cowboy'; $main::debug = 0; my $interp_pgm = "$^X"; @@ -183,7 +183,7 @@ divert(-1)dnl ##### #################################################################### divert(0)dnl -VERSIONID(\`\$Id: sasl.m4,v 8.14.3-7 2009-02-28 22:32:11 cowboy Exp \$\') +VERSIONID(\`\$Id: sasl.m4,v 8.14.3-8 2009-02-28 23:40:41 cowboy Exp \$\') dnl # dnl #--------------------------------------------------------------------- dnl # Bring in Autoconf results |