summaryrefslogtreecommitdiff
path: root/japanese/slrn/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/slrn/files/patch-aa')
-rw-r--r--japanese/slrn/files/patch-aa49
1 files changed, 38 insertions, 11 deletions
diff --git a/japanese/slrn/files/patch-aa b/japanese/slrn/files/patch-aa
index fcc72de2fa0d..9c41d0826b64 100644
--- a/japanese/slrn/files/patch-aa
+++ b/japanese/slrn/files/patch-aa
@@ -1,11 +1,38 @@
---- src/slrnfeat.h.orig Sun Dec 6 20:50:26 1998
-+++ src/slrnfeat.h Sun Dec 6 20:50:38 1998
-@@ -193,7 +193,7 @@
- # define SLRN_ARTICLE_FILENAME ".article"
- # define SLRN_FOLLOWUP_FILENAME ".followup"
- # define SLRN_SIGNATURE_FILE ".signature"
--# define SLRN_SENDMAIL_COMMAND "/usr/lib/sendmail -oi -t -oem -odb"
-+# define SLRN_SENDMAIL_COMMAND "/usr/sbin/sendmail -oi -t -oem -odb"
- # ifndef SLRN_LIB_DIR
- # define SLRN_LIB_DIR "/usr/local/lib/slrn"
- # endif
+*** src/slrnfeat.h.orig2 Mon Sep 6 01:10:37 1999
+--- src/slrnfeat.h Mon Sep 6 01:26:54 1999
+***************
+*** 24,31 ****
+ #define SLRN_TZ_TM_ZONE 2 /* timezone set in tm_zone of struct tm */
+ #define SLRN_TZ_TIMEZONE 3 /* timezone() */
+ /* choose one from listed above */
+! #define SLRN_TZ_TYPE SLRN_TZ_TZNAME
+! /* #define SLRN_TZ_TYPE SLRN_TZ_TM_ZONE */
+
+ #define SLRN_DEFAULT_TIMEZONE "JST"
+ #define SLRN_DEFAULT_CHARSET "ISO-2022-JP"
+--- 24,31 ----
+ #define SLRN_TZ_TM_ZONE 2 /* timezone set in tm_zone of struct tm */
+ #define SLRN_TZ_TIMEZONE 3 /* timezone() */
+ /* choose one from listed above */
+! /* #define SLRN_TZ_TYPE SLRN_TZ_TZNAME */
+! #define SLRN_TZ_TYPE SLRN_TZ_TM_ZONE
+
+ #define SLRN_DEFAULT_TIMEZONE "JST"
+ #define SLRN_DEFAULT_CHARSET "ISO-2022-JP"
+***************
+*** 226,232 ****
+ # define SLRN_ARTICLE_FILENAME ".article"
+ # define SLRN_FOLLOWUP_FILENAME ".followup"
+ # define SLRN_SIGNATURE_FILE ".signature"
+! # define SLRN_SENDMAIL_COMMAND "/usr/lib/sendmail -oi -t -oem -odb"
+ # ifndef SLRN_LIB_DIR
+ # define SLRN_LIB_DIR "/usr/local/lib/slrn"
+ # endif
+--- 226,232 ----
+ # define SLRN_ARTICLE_FILENAME ".article"
+ # define SLRN_FOLLOWUP_FILENAME ".followup"
+ # define SLRN_SIGNATURE_FILE ".signature"
+! # define SLRN_SENDMAIL_COMMAND "/usr/sbin/sendmail -oi -t -oem -odb"
+ # ifndef SLRN_LIB_DIR
+ # define SLRN_LIB_DIR "/usr/local/lib/slrn"
+ # endif