diff options
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"; |