From c03054aa33d81cefa7db9a85dfeda06e3c5814c8 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sun, 15 Jun 2008 22:40:55 +0200 Subject: [PATCH] debianqueued: Fix a brown-paper-bag bug (we just dont know who to assign tthe month name.he bag too). strftime %b is better than %B for --- tools/debianqueued-0.9/ChangeLog | 6 ++++++ tools/debianqueued-0.9/debianqueued | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/tools/debianqueued-0.9/ChangeLog b/tools/debianqueued-0.9/ChangeLog index 154ee604..ddf99f2b 100644 --- a/tools/debianqueued-0.9/ChangeLog +++ b/tools/debianqueued-0.9/ChangeLog @@ -1,3 +1,9 @@ +2008-06-15 Joerg Jaspert + + * debianqueued: Fix a brown-paper-bag bug (we just dont know who + to assign the bag too). strftime %b is better than %B for + the month name. + 2008-06-14 Joerg Jaspert * debianqueued (process_commands): Add a little note that one diff --git a/tools/debianqueued-0.9/debianqueued b/tools/debianqueued-0.9/debianqueued index 07f37844..410e5716 100755 --- a/tools/debianqueued-0.9/debianqueued +++ b/tools/debianqueued-0.9/debianqueued @@ -2134,7 +2134,7 @@ sub send_mail($$$) { $Email::Send::Sendmail::SENDMAIL = $conf::mail; } - my $date = sprintf "%s", strftime("%a, %d %B %Y %T %z", (localtime(time))); + my $date = sprintf "%s", strftime("%a, %d %b %Y %T %z", (localtime(time))); my $message = <<__MESSAGE__; To: $addr From: Archive Administrator -- 2.39.2