diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2001-10-05 20:58:46 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2001-10-05 20:58:46 +0800 |
commit | ac48f5b258b35e8d9dd66fa7ed918c6604f7650a (patch) | |
tree | e0d71a4d147b50cdcfe77ec6cb034a38be0e7376 /mail | |
parent | dda8345f00fa98d78ab5e861d5447fd9a9b7905a (diff) | |
download | freebsd-ports-graphics-ac48f5b258b35e8d9dd66fa7ed918c6604f7650a.tar.gz freebsd-ports-graphics-ac48f5b258b35e8d9dd66fa7ed918c6604f7650a.tar.zst freebsd-ports-graphics-ac48f5b258b35e8d9dd66fa7ed918c6604f7650a.zip |
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')
-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 d441cf34b89..9f86005558c 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 |