diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-07 20:52:11 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-07 20:52:11 +0000 |
commit | 46cdc3c200b1edbe42c7d0a3fcdb6e6fb30c5539 (patch) | |
tree | a55d90b9eee9bb160f36dcf00a57276cf91bbc15 /mail-mta/ssmtp/ssmtp-2.60.7.ebuild | |
parent | ~amd64 (Manifest recommit) (diff) | |
download | gentoo-2-46cdc3c200b1edbe42c7d0a3fcdb6e6fb30c5539.tar.gz gentoo-2-46cdc3c200b1edbe42c7d0a3fcdb6e6fb30c5539.tar.bz2 gentoo-2-46cdc3c200b1edbe42c7d0a3fcdb6e6fb30c5539.zip |
Fix use invocation
Diffstat (limited to 'mail-mta/ssmtp/ssmtp-2.60.7.ebuild')
-rw-r--r-- | mail-mta/ssmtp/ssmtp-2.60.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-mta/ssmtp/ssmtp-2.60.7.ebuild b/mail-mta/ssmtp/ssmtp-2.60.7.ebuild index 98d7ed52ec66..8c88e6ff9213 100644 --- a/mail-mta/ssmtp/ssmtp-2.60.7.ebuild +++ b/mail-mta/ssmtp/ssmtp-2.60.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/ssmtp/ssmtp-2.60.7.ebuild,v 1.2 2004/05/30 22:15:10 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/ssmtp/ssmtp-2.60.7.ebuild,v 1.3 2004/06/07 20:52:05 agriffis Exp $ inherit eutils @@ -73,7 +73,7 @@ src_install() { # -e "s:_HOSTNAME_:${hostname}:" \ # -e "s:^mailhub=mail:mailhub=mail.${domainname}:g" \ # ${conffile}.orig > ${conffile}.pre - #if [ `use ssl` ]; + #if use ssl; #then # sed -e "s:^#UseTLS=YES:UseTLS=YES:g" \ # ${conffile}.pre > ${conffile} |