[BACK]Return to make_SMTPAUTH_sendmail CVS log [TXT][DIR] Up to [local] / openbsd / update_openbsd

Diff for /openbsd/update_openbsd/make_SMTPAUTH_sendmail between version 1.1 and 1.2

version 1.1, 2008/05/20 22:17:42 version 1.2, 2008/05/20 22:19:02
Line 1 
Line 1 
 #!/bin/sh  #!/bin/sh
 # $RedRiver$  # $RedRiver: make_SMTPAUTH_sendmail,v 1.1 2008/05/20 21:17:42 andrew Exp $
   
 pkg_info -e cyrus-sasl-* > /dev/null  pkg_info -e cyrus-sasl-* > /dev/null
 if [ $? -ne 0 ]; then  if [ $? -ne 0 ]; then
Line 19 
Line 19 
 make  make
   
 gzip -o ${OLDPWD}/sendmail.gz sendmail  gzip -o ${OLDPWD}/sendmail.gz sendmail
   echo sendmail with SMTPAUTH is now in ${OLDPWD}/sendmail.gz
 make clean  make clean

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>