diff options
Diffstat (limited to 'mail/mail2sms/files')
-rw-r--r-- | mail/mail2sms/files/patch-mail2sms.1 | 8 | ||||
-rw-r--r-- | mail/mail2sms/files/patch-mail2sms.4 | 6 | ||||
-rw-r--r-- | mail/mail2sms/files/patch-main.c | 6 | ||||
-rw-r--r-- | mail/mail2sms/files/patch-parse.c | 10 |
4 files changed, 15 insertions, 15 deletions
diff --git a/mail/mail2sms/files/patch-mail2sms.1 b/mail/mail2sms/files/patch-mail2sms.1 index 34d60cfce867..f92e5ac19ead 100644 --- a/mail/mail2sms/files/patch-mail2sms.1 +++ b/mail/mail2sms/files/patch-mail2sms.1 @@ -1,6 +1,6 @@ ---- mail2sms.1.orig Wed Apr 16 05:22:01 2003 -+++ mail2sms.1 Wed Apr 16 05:22:57 2003 -@@ -32,7 +32,7 @@ +--- mail2sms.1.orig 2001-10-19 14:12:56 UTC ++++ mail2sms.1 +@@ -32,7 +32,7 @@ shuts off all logging .IP "-v" Shows mail2sms' version number then quits. .SH AUTHORS @@ -9,7 +9,7 @@ help from friendly contributors, such as: - Linus Nielsen <linus@haxx.se> -@@ -48,4 +48,4 @@ +@@ -48,4 +48,4 @@ help from friendly contributors, such as: .SH WWW http://www.contactor.se/~dast/mail2sms/ .SH "SEE ALSO" diff --git a/mail/mail2sms/files/patch-mail2sms.4 b/mail/mail2sms/files/patch-mail2sms.4 index 325d30d5548e..82cd197ba41a 100644 --- a/mail/mail2sms/files/patch-mail2sms.4 +++ b/mail/mail2sms/files/patch-mail2sms.4 @@ -1,5 +1,5 @@ ---- mail2sms.4.orig Wed Apr 16 05:11:35 2003 -+++ mail2sms.4 Wed Apr 16 06:03:10 2003 +--- mail2sms.4.orig 2000-01-20 19:16:05 UTC ++++ mail2sms.4 @@ -1,12 +1,12 @@ .\" You can view this file with: -.\" nroff -man mail2sms.4 @@ -16,7 +16,7 @@ .br .B ~/.mail2sms .SH DESCRIPTION -@@ -67,7 +67,7 @@ +@@ -67,7 +67,7 @@ mail2sms from. http://www.contactor.se/~dast/mail2sms/ .SH "SEE ALSO" .BR mail2sms (1), diff --git a/mail/mail2sms/files/patch-main.c b/mail/mail2sms/files/patch-main.c index ff54c97870b8..2f3041d1632b 100644 --- a/mail/mail2sms/files/patch-main.c +++ b/mail/mail2sms/files/patch-main.c @@ -1,6 +1,6 @@ ---- main.c.orig Wed Apr 16 05:11:21 2003 -+++ main.c Wed Apr 16 05:12:16 2003 -@@ -18,7 +18,7 @@ +--- main.c.orig 2002-04-26 20:36:46 UTC ++++ main.c +@@ -18,7 +18,7 @@ extern int maxparts; #ifdef AFS #define CONFIGDIR "/var/mail2sms/" #else diff --git a/mail/mail2sms/files/patch-parse.c b/mail/mail2sms/files/patch-parse.c index 0c46925f1574..89d4eb9a0321 100644 --- a/mail/mail2sms/files/patch-parse.c +++ b/mail/mail2sms/files/patch-parse.c @@ -1,6 +1,6 @@ ---- parse.c.orig Wed Apr 16 05:06:23 2003 -+++ parse.c Wed Apr 16 05:45:31 2003 -@@ -48,8 +48,9 @@ +--- parse.c.orig 2002-06-10 12:19:44 UTC ++++ parse.c +@@ -48,8 +48,9 @@ int preferedcontent(char *type) /* ** strcasestr() - case insensitive strstr() */ @@ -12,12 +12,12 @@ { int nlen = strlen(needle); int hlen = strlen(haystack); -@@ -325,7 +326,7 @@ struct body * process(char *mbox, /* +@@ -325,7 +326,7 @@ struct body * process(char *mbox, /* file name */ if (use_stdin || !mbox || !strcasecmp(mbox, "NONE")) fp = stdin; else if ((fp = fopen(mbox, "r")) == NULL) { - return; /* add error code */ + return -1; /* add error code */ } - + isinheader = 1; |