diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2001-10-05 12:58:46 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2001-10-05 12:58:46 +0000 |
commit | ac48f5b258b35e8d9dd66fa7ed918c6604f7650a (patch) | |
tree | e0d71a4d147b50cdcfe77ec6cb034a38be0e7376 /mail/exim-monitor | |
parent | dda8345f00fa98d78ab5e861d5447fd9a9b7905a (diff) | |
download | FreeBSD-ports-ac48f5b258b35e8d9dd66fa7ed918c6604f7650a.zip FreeBSD-ports-ac48f5b258b35e8d9dd66fa7ed918c6604f7650a.tar.gz |
Fix a typo in BIN_DIRECTORY that prevented exim-monitor from finding
the exim binary.
Reported by: AMAKAWA Shuhei <sa264@cam.ac.uk>
Diffstat (limited to 'mail/exim-monitor')
-rw-r--r-- | mail/exim-monitor/files/patch-src::EDITME | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/exim-monitor/files/patch-src::EDITME b/mail/exim-monitor/files/patch-src::EDITME index d441cf3..9f86005 100644 --- a/mail/exim-monitor/files/patch-src::EDITME +++ b/mail/exim-monitor/files/patch-src::EDITME @@ -5,7 +5,7 @@ # the source files; it must be set in one of the local configuration files. -BIN_DIRECTORY=/usr/exim/bin -+BIN_DIRECTORY=XX_PREFIX_XX/bin ++BIN_DIRECTORY=XX_PREFIX_XX/sbin # The default distribution of Exim contains only the plain text form of the |