openbsd-ports/mail/exim/patches/patch-scripts_exim_install
fkr 0d00fecfaa update to version 4.68, change to patches/patch-scripts_exim_install
from Andreas Voegele (as discussed on ports@, binary does not contain
version number anymore)

ok bernd@
2007-09-10 20:08:16 +00:00

13 lines
456 B
Plaintext

$OpenBSD: patch-scripts_exim_install,v 1.10 2007/09/10 20:08:16 fkr Exp $
--- scripts/exim_install.orig Thu Aug 30 16:31:06 2007
+++ scripts/exim_install Fri Sep 7 16:07:28 2007
@@ -217,7 +217,7 @@ while [ $# -gt 0 ]; do
# The exim binary is handled specially
- if [ $name = exim${EXE} ]; then
+ if false; then
version=exim-`./exim -bV -C /dev/null | \
awk '/Exim version/ { OFS=""; print $3,"-",substr($4,2,length($4)-1) }'`${EXE}