summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>1999-09-28 11:49:38 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>1999-09-28 11:49:38 +0000
commit7313cfcee72ff1030c9d56536f29ac6c9df86cf7 (patch)
tree59a40b3fb1fdac4933ca0be1de827572b1067613 /mail
parentUpgrade to GNU Pth (STABLE), version 1.1.6 (diff)
I have no idea when this got fixed in the distribution, but anyway:
Quote a string that contains redirection characters '<' and '>'.
Notes
Notes: svn path=/head/; revision=22043
Diffstat (limited to 'mail')
-rw-r--r--mail/exim-devel/files/eximon.conf2
-rw-r--r--mail/exim-old/files/eximon.conf2
-rw-r--r--mail/exim/files/eximon.conf2
3 files changed, 3 insertions, 3 deletions
diff --git a/mail/exim-devel/files/eximon.conf b/mail/exim-devel/files/eximon.conf
index 76a7043d101c..9a9931490377 100644
--- a/mail/exim-devel/files/eximon.conf
+++ b/mail/exim-devel/files/eximon.conf
@@ -102,7 +102,7 @@ QUEUE_INTERVAL=300
# individuals can override this by setting the EXIMON_MENU_EVENT environment
# variable.
-MENU_EVENT=Shift<Btn1Down>
+MENU_EVENT='Shift<Btn1Down>'
# When the menu is used to perform an operation on a message, the output
# from the exim command that is generated is displayed in a separate window
diff --git a/mail/exim-old/files/eximon.conf b/mail/exim-old/files/eximon.conf
index 76a7043d101c..9a9931490377 100644
--- a/mail/exim-old/files/eximon.conf
+++ b/mail/exim-old/files/eximon.conf
@@ -102,7 +102,7 @@ QUEUE_INTERVAL=300
# individuals can override this by setting the EXIMON_MENU_EVENT environment
# variable.
-MENU_EVENT=Shift<Btn1Down>
+MENU_EVENT='Shift<Btn1Down>'
# When the menu is used to perform an operation on a message, the output
# from the exim command that is generated is displayed in a separate window
diff --git a/mail/exim/files/eximon.conf b/mail/exim/files/eximon.conf
index 76a7043d101c..9a9931490377 100644
--- a/mail/exim/files/eximon.conf
+++ b/mail/exim/files/eximon.conf
@@ -102,7 +102,7 @@ QUEUE_INTERVAL=300
# individuals can override this by setting the EXIMON_MENU_EVENT environment
# variable.
-MENU_EVENT=Shift<Btn1Down>
+MENU_EVENT='Shift<Btn1Down>'
# When the menu is used to perform an operation on a message, the output
# from the exim command that is generated is displayed in a separate window