debian's 32_exim4.dpatch
[exim.git] / src / src / exim_checkaccess.src
index 360f307ba5e6806cfbda613eece0b18fc56cdfd7..d79afe8dde5685164eb3aca005d26f72e3928afa 100755 (executable)
@@ -52,7 +52,7 @@ done
 # a tab to keep the tab in one place.
 
 exim_path=`perl -ne 'chop;if (/^\s*exim_path\s*=\s*(.*)/){print "$1\n";last;}' $config`
-if test "$exim_path" = ""; then exim_path=BIN_DIRECTORY/exim; fi
+if test "$exim_path" = ""; then exim_path=BIN_DIRECTORY/exim4; fi
 
 
 #########################################################################