freebsd-ports/mail/smx/files/patch-sm.setup.sh.in
Dirk Meyer 0824679bca sendmail X is a message transfer system that has been designed with
these main topics in minds:

- security
- reliability
- efficiency
- configurability
- extendibility

WWW: http://www.sendmail.org/
2005-11-05 07:00:54 +00:00

11 lines
318 B
Bash

--- misc/sm.setup.sh.in.orig Tue Sep 6 07:40:58 2005
+++ misc/sm.setup.sh.in Fri Nov 4 18:23:36 2005
@@ -202,7 +202,7 @@
SMXCNF=${SMXETC}/${SMXCNFB}
if test -s ${SMXCNF}
then
- SMXCONFPRG=./misc/smxconf
+ SMXCONFPRG=./misc/smconf
if test -x ${SMXCONFPRG}
then
${SMXCONFPRG} ${SMXCNF} >/dev/null 2>&1