aboutsummaryrefslogtreecommitdiffstats
path: root/mail/exim-old
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2001-06-18 23:58:36 +0800
committersheldonh <sheldonh@FreeBSD.org>2001-06-18 23:58:36 +0800
commit20a7426b0476999e8dda5d2660307cc017a8b065 (patch)
treeff87c49e22dd9d538e01f86799500ee42de15059 /mail/exim-old
parent7abf183248abde064be20919ee61329a23ef8803 (diff)
downloadfreebsd-ports-gnome-20a7426b0476999e8dda5d2660307cc017a8b065.tar.gz
freebsd-ports-gnome-20a7426b0476999e8dda5d2660307cc017a8b065.tar.zst
freebsd-ports-gnome-20a7426b0476999e8dda5d2660307cc017a8b065.zip
Fix some breakage in the section on expansion variables. This wasn't
submitted to Philip in time for exim-3.30's release, and a new version of the documentation is unlikely until exim-4.00.
Diffstat (limited to 'mail/exim-old')
-rw-r--r--mail/exim-old/files/patch-..::texinfo-3.30::doc::spec.texinfo40
1 files changed, 40 insertions, 0 deletions
diff --git a/mail/exim-old/files/patch-..::texinfo-3.30::doc::spec.texinfo b/mail/exim-old/files/patch-..::texinfo-3.30::doc::spec.texinfo
new file mode 100644
index 000000000000..8053631d6c83
--- /dev/null
+++ b/mail/exim-old/files/patch-..::texinfo-3.30::doc::spec.texinfo
@@ -0,0 +1,40 @@
+--- ../exim-texinfo-3.30/doc/spec.texinfo.orig Tue Jun 12 12:20:49 2001
++++ ../exim-texinfo-3.30/doc/spec.texinfo Mon Jun 18 17:50:02 2001
+@@ -6571,20 +6571,24 @@
+
+
+ @cindex gid: caller
+-@center aller_gid: The group id under which the process that called Exim was
++$caller_gid:
++The group id under which the process that called Exim was
+ running. This is not the same as the group id of the originator of a message
+ (see $originator_gid). If Exim re-execs itself, this variable in the new
+ incarnation normally contains the Exim gid.
+
+ @cindex uid: caller
+-@center aller_uid: The user id under which the process that called Exim was
++$caller_uid:
++The user id under which the process that called Exim was
+ running. This is not the same as the user id of the originator of a message
+ (see $originator_uid). If Exim re-execs itself, this variable in the new
+ incarnation normally contains the Exim uid.
+
+-@center ompile_date: The date on which the Exim binary was compiled.
++$compile_date:
++The date on which the Exim binary was compiled.
+
+-@center ompile_number: The building process for Exim keeps a count of the number
++$compile_number:
++The building process for Exim keeps a count of the number
+ of times it has been compiled. This serves to distinguish different
+ compilations of the same version of the program.
+
+@@ -6630,7 +6634,7 @@
+ transport, the value is available in that transport. In all other situations,
+ this variable expands to nothing.
+
+- rrmsg_recipient:
++$errmsg_recipient:
+ This is set to the recipient address of an error message while Exim is creating
+ it. It is useful if a customized error message text file is in use (see
+ chapter "Customizing error and warning messages").