diff options
author | Richard A Nelson (Rick) <cowboy@debian.org> | 2010-11-03 22:05:00 +0000 |
---|---|---|
committer | Andreas Beckmann <debian@abeckmann.de> | 2012-10-01 20:07:50 +0200 |
commit | cb1b9d89c5278ac97b3fee2d39f9219bbda5180f (patch) | |
tree | 6a88bbe1d2b1f10e0763a6992ace4d6c4bc05da6 /debian/local/update_conf | |
parent | e253e5b372f6123431d41466fc6e33e357d98b57 (diff) | |
download | sendmail-debian/8.14.4-2.tar.gz |
Imported Debian patch 8.14.4-2debian/8.14.4-2
Diffstat (limited to 'debian/local/update_conf')
-rw-r--r-- | debian/local/update_conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/local/update_conf b/debian/local/update_conf index 94a3b9a..41c3103 100644 --- a/debian/local/update_conf +++ b/debian/local/update_conf @@ -1,7 +1,7 @@ #!/usr/bin/perl -w #------------------------------------------------------------------------ # -# $Sendmail: update_conf,v 8.14.4 2010-10-16 19:38:59 cowboy Exp $ +# $Sendmail: update_conf,v 8.14.4 2010-11-03 22:21:32 cowboy Exp $ # # Parse and update /etc/mail/sendmail.conf and reflect its values in # /etc/cron.d/sendmail and /etc/inetd.conf. @@ -26,7 +26,7 @@ require Parse_mc; $main::program_name = $0; #'update_conf'; $main::program_version = '8.14.4'; -$main::program_date = '2010-10-16 19:38:59 cowboy'; +$main::program_date = '2010-11-03 22:21:32 cowboy'; $main::debug = 0; my $interp_pgm = "$^X"; |