openbsd-ports/mail/exim/patches/patch-scripts_exim_install
peter 312522ffa2 Forgot to update patch for new version (was originally written with 4.40
in mind). Thanks Gerard Gerritsen for noticing.
2004-07-27 06:54:48 +00:00

13 lines
446 B
Plaintext

--- scripts/exim_install.orig Mon May 10 12:31:20 2004
+++ scripts/exim_install Thu Jul 15 17:39:22 2004
@@ -192,8 +192,7 @@ while [ $# -gt 0 ]; do
# The exim binary is handled specially
if [ $name = exim${EXE} ]; then
- version=exim-`./exim -bV -C /dev/null | \
- awk '/Exim version/ { OFS=""; print $3,"-",substr($4,2,length($4)-1) }'`${EXE}
+ version=exim-4.41
if [ "${version}" = "exim-" ]; then
echo $com ""