summaryrefslogtreecommitdiff
path: root/mail/mailagent/files
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1996-09-29 03:26:48 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1996-09-29 03:26:48 +0000
commit9310542f0e67b003686b730d380803575d660c03 (patch)
treec1d06883e34e558d42843b9e15f088c2b4534d3e /mail/mailagent/files
parentUpgrade, 1.6 -> 1.62. (diff)
A sophisticated mail processing program.
Diffstat (limited to '')
-rw-r--r--mail/mailagent/files/patch-aa27
-rw-r--r--mail/mailagent/files/patch-ac31
-rw-r--r--mail/mailagent/files/patch-ag19
-rw-r--r--mail/mailagent/files/patch-ah19
-rw-r--r--mail/mailagent/files/patch-ai19
-rw-r--r--mail/mailagent/files/patch-aj19
-rw-r--r--mail/mailagent/files/patch-ak19
-rw-r--r--mail/mailagent/files/patch-al19
-rw-r--r--mail/mailagent/files/patch-am19
9 files changed, 191 insertions, 0 deletions
diff --git a/mail/mailagent/files/patch-aa b/mail/mailagent/files/patch-aa
new file mode 100644
index 000000000000..8e01bf0196dd
--- /dev/null
+++ b/mail/mailagent/files/patch-aa
@@ -0,0 +1,27 @@
+*** agent/filter/logfile.c.orig Thu Jan 26 17:06:23 1995
+--- agent/filter/logfile.c Sat Mar 23 02:42:02 1996
+***************
+*** 47,52 ****
+--- 47,55 ----
+ # undef KERNEL
+ #endif
+ #include "confmagic.h"
++ #ifdef _HAVE_PARAM_H
++ #include <sys/param.h>
++ #endif
+
+ #define MAX_STRING 1024 /* Maximum length for logging string */
+
+***************
+*** 176,183 ****
+--- 179,188 ----
+ */
+
+ #ifdef HAS_SYS_ERRLIST
++ #if !(defined(BSD) && (BSD >= 199306))
+ extern int sys_nerr; /* Size of sys_errlist[] */
+ extern char *sys_errlist[]; /* Maps error code to string */
++ #endif
+ #endif
+
+ #ifdef HAS_STRERROR
diff --git a/mail/mailagent/files/patch-ac b/mail/mailagent/files/patch-ac
new file mode 100644
index 000000000000..a6e05f1db4b5
--- /dev/null
+++ b/mail/mailagent/files/patch-ac
@@ -0,0 +1,31 @@
+*** agent/filter/io.c.orig Fri Sep 1 05:11:42 1995
+--- agent/filter/io.c Fri Mar 29 04:05:28 1996
+***************
+*** 69,74 ****
+--- 69,77 ----
+ #include <stdio.h>
+ #include <errno.h>
+ #include <sys/stat.h>
++ #ifdef _HAVE_PARAM_H
++ #include <sys/param.h>
++ #endif
+
+ #ifdef I_SYS_WAIT
+ #include <sys/wait.h>
+***************
+*** 428,434 ****
+ */
+
+ char **envp; /* Environment pointer */
+! #ifdef UNION_WAIT
+ union wait status; /* Waiting status */
+ #else
+ int status; /* Status from command */
+--- 431,437 ----
+ */
+
+ char **envp; /* Environment pointer */
+! #if defined(UNION_WAIT) && !defined(BSD)
+ union wait status; /* Waiting status */
+ #else
+ int status; /* Status from command */
diff --git a/mail/mailagent/files/patch-ag b/mail/mailagent/files/patch-ag
new file mode 100644
index 000000000000..ac73113aec5c
--- /dev/null
+++ b/mail/mailagent/files/patch-ag
@@ -0,0 +1,19 @@
+*** agent/edusers.SH.orig Thu Aug 10 15:34:55 1995
+--- agent/edusers.SH Thu Jul 25 19:55:26 1996
+***************
+*** 17,23 ****
+ echo "Extracting agent/edusers (with variable substitutions)"
+ $spitshell >edusers <<!GROK!THIS!
+ $startperl
+! eval "exec perl -S \$0 \$*"
+ if \$running_under_some_shell;
+
+ # $Id: edusers.SH,v 3.0.1.3 1995/08/07 16:06:24 ram Exp $
+--- 17,23 ----
+ echo "Extracting agent/edusers (with variable substitutions)"
+ $spitshell >edusers <<!GROK!THIS!
+ $startperl
+! eval "exec $perlpath -S \$0 \$*"
+ if \$running_under_some_shell;
+
+ # $Id: edusers.SH,v 3.0.1.3 1995/08/07 16:06:24 ram Exp $
diff --git a/mail/mailagent/files/patch-ah b/mail/mailagent/files/patch-ah
new file mode 100644
index 000000000000..e87e6023408f
--- /dev/null
+++ b/mail/mailagent/files/patch-ah
@@ -0,0 +1,19 @@
+*** agent/maildist.SH.orig Wed Mar 22 05:51:25 1995
+--- agent/maildist.SH Thu Jul 25 19:53:05 1996
+***************
+*** 17,23 ****
+ echo "Extracting agent/maildist (with variable substitutions)"
+ $spitshell >maildist <<!GROK!THIS!
+ $startperl
+! eval "exec perl -S \$0 \$*"
+ if \$running_under_some_shell;
+
+ # $Id: maildist.SH,v 3.0.1.4 1995/03/21 12:54:59 ram Exp $
+--- 17,23 ----
+ echo "Extracting agent/maildist (with variable substitutions)"
+ $spitshell >maildist <<!GROK!THIS!
+ $startperl
+! eval "exec $perlpath -S \$0 \$*"
+ if \$running_under_some_shell;
+
+ # $Id: maildist.SH,v 3.0.1.4 1995/03/21 12:54:59 ram Exp $
diff --git a/mail/mailagent/files/patch-ai b/mail/mailagent/files/patch-ai
new file mode 100644
index 000000000000..d6c37ec44205
--- /dev/null
+++ b/mail/mailagent/files/patch-ai
@@ -0,0 +1,19 @@
+*** agent/mailhelp.SH.orig Wed Mar 22 05:51:24 1995
+--- agent/mailhelp.SH Thu Jul 25 19:56:16 1996
+***************
+*** 17,23 ****
+ echo "Extracting agent/mailhelp (with variable substitutions)"
+ $spitshell >mailhelp <<!GROK!THIS!
+ $startperl
+! eval "exec perl -S \$0 \$*"
+ if \$running_under_some_shell;
+
+ # $Id: mailhelp.SH,v 3.0.1.2 1995/03/21 12:55:04 ram Exp $
+--- 17,23 ----
+ echo "Extracting agent/mailhelp (with variable substitutions)"
+ $spitshell >mailhelp <<!GROK!THIS!
+ $startperl
+! eval "exec $perlpath -S \$0 \$*"
+ if \$running_under_some_shell;
+
+ # $Id: mailhelp.SH,v 3.0.1.2 1995/03/21 12:55:04 ram Exp $
diff --git a/mail/mailagent/files/patch-aj b/mail/mailagent/files/patch-aj
new file mode 100644
index 000000000000..8994106cecb5
--- /dev/null
+++ b/mail/mailagent/files/patch-aj
@@ -0,0 +1,19 @@
+*** agent/maillist.SH.orig Thu Aug 10 15:38:06 1995
+--- agent/maillist.SH Thu Jul 25 19:54:00 1996
+***************
+*** 17,23 ****
+ echo "Extracting agent/maillist (with variable substitutions)"
+ $spitshell >maillist <<!GROK!THIS!
+ $startperl
+! eval "exec perl -S \$0 \$*"
+ if \$running_under_some_shell;
+
+ # $Id: maillist.SH,v 3.0.1.5 1995/08/07 16:12:48 ram Exp $
+--- 17,23 ----
+ echo "Extracting agent/maillist (with variable substitutions)"
+ $spitshell >maillist <<!GROK!THIS!
+ $startperl
+! eval "exec $perlpath -S \$0 \$*"
+ if \$running_under_some_shell;
+
+ # $Id: maillist.SH,v 3.0.1.5 1995/08/07 16:12:48 ram Exp $
diff --git a/mail/mailagent/files/patch-ak b/mail/mailagent/files/patch-ak
new file mode 100644
index 000000000000..dbf2a2925b53
--- /dev/null
+++ b/mail/mailagent/files/patch-ak
@@ -0,0 +1,19 @@
+*** agent/mailpatch.SH.orig Wed Mar 22 05:51:24 1995
+--- agent/mailpatch.SH Thu Jul 25 19:56:34 1996
+***************
+*** 17,23 ****
+ echo "Extracting agent/mailpatch (with variable substitutions)"
+ $spitshell >mailpatch <<!GROK!THIS!
+ $startperl
+! eval "exec perl -S \$0 \$*"
+ if \$running_under_some_shell;
+
+ # $Id: mailpatch.SH,v 3.0.1.4 1995/03/21 12:55:16 ram Exp $
+--- 17,23 ----
+ echo "Extracting agent/mailpatch (with variable substitutions)"
+ $spitshell >mailpatch <<!GROK!THIS!
+ $startperl
+! eval "exec $perlpath -S \$0 \$*"
+ if \$running_under_some_shell;
+
+ # $Id: mailpatch.SH,v 3.0.1.4 1995/03/21 12:55:16 ram Exp $
diff --git a/mail/mailagent/files/patch-al b/mail/mailagent/files/patch-al
new file mode 100644
index 000000000000..66a317ac23d2
--- /dev/null
+++ b/mail/mailagent/files/patch-al
@@ -0,0 +1,19 @@
+*** agent/package.SH.orig Thu Aug 10 15:34:35 1995
+--- agent/package.SH Thu Jul 25 19:54:42 1996
+***************
+*** 17,23 ****
+ echo "Extracting agent/package (with variable substitutions)"
+ $spitshell >package <<!GROK!THIS!
+ $startperl
+! eval "exec perl -S \$0 \$*"
+ if \$running_under_some_shell;
+
+ # $Id: package.SH,v 3.0.1.6 1995/08/07 16:15:18 ram Exp $
+--- 17,23 ----
+ echo "Extracting agent/package (with variable substitutions)"
+ $spitshell >package <<!GROK!THIS!
+ $startperl
+! eval "exec $perlpath -S \$0 \$*"
+ if \$running_under_some_shell;
+
+ # $Id: package.SH,v 3.0.1.6 1995/08/07 16:15:18 ram Exp $
diff --git a/mail/mailagent/files/patch-am b/mail/mailagent/files/patch-am
new file mode 100644
index 000000000000..11b8de3b8c1b
--- /dev/null
+++ b/mail/mailagent/files/patch-am
@@ -0,0 +1,19 @@
+*** agent/magent.sh.orig Sat Sep 16 09:05:29 1995
+--- agent/magent.sh Thu Jul 25 19:58:11 1996
+***************
+*** 17,23 ****
+ echo "Extracting agent/magent (with variable substitutions)"
+ $spitshell >magent <<!GROK!THIS!
+ $startperl
+! eval 'exec perl -S \$0 "\$@"'
+ if \$running_under_some_shell;
+
+ # You'll need to set up a .forward file that feeds your mail to this script,
+--- 17,23 ----
+ echo "Extracting agent/magent (with variable substitutions)"
+ $spitshell >magent <<!GROK!THIS!
+ $startperl
+! eval 'exec $perlpath -S \$0 "\$@"'
+ if \$running_under_some_shell;
+
+ # You'll need to set up a .forward file that feeds your mail to this script,