|
|
@@ -57,3 +57,15 @@ Index: Makefile.in
|
|
|
|
|
|
INSTALLED_CONFIGURATION_FILE=$(CONFIGURATION_FILE)
|
|
|
INSTALLED_REVALIASES_FILE=$(REVALIASES_FILE)
|
|
|
+Index: arpadate.c
|
|
|
+--- arpadate.c.orig 2002-12-08 18:30:11 +0100
|
|
|
++++ arpadate.c 2004-12-09 11:11:16 +0100
|
|
|
+@@ -79,7 +79,7 @@
|
|
|
+ time_t now;
|
|
|
+
|
|
|
+ /* RFC822 format string borrowed from GNU shellutils date.c */
|
|
|
+- const char *format = "%a, %_d %b %Y %H:%M:%S %z";
|
|
|
++ const char *format = "%a, %d %b %Y %H:%M:%S %z";
|
|
|
+
|
|
|
+ now = time(NULL);
|
|
|
+
|