=================================================================== RCS file: /cvs/openbsd/update_openbsd/make_SMTPAUTH_sendmail,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- openbsd/update_openbsd/make_SMTPAUTH_sendmail 2008/05/20 22:17:42 1.1 +++ openbsd/update_openbsd/make_SMTPAUTH_sendmail 2008/05/20 22:19:02 1.2 @@ -1,5 +1,5 @@ #!/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 if [ $? -ne 0 ]; then @@ -19,4 +19,5 @@ make gzip -o ${OLDPWD}/sendmail.gz sendmail +echo sendmail with SMTPAUTH is now in ${OLDPWD}/sendmail.gz make clean