diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-12-05 23:33:37 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-12-05 23:33:37 +0000 |
commit | 8c5a73b4533e3731d8a9d9369a81ebd3b7b137dc (patch) | |
tree | f541bd03001efaeb03755f934e9949b196a07bb2 /mail | |
parent | 142aa8eb5d8093f7c9a2f450b621370b9158e7e9 (diff) | |
download | slackbuilds-8c5a73b4533e3731d8a9d9369a81ebd3b7b137dc.tar.gz slackbuilds-8c5a73b4533e3731d8a9d9369a81ebd3b7b137dc.tar.bz2 |
postfix: added signature checking
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@892 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'mail')
-rwxr-xr-x | mail/mta/postfix/postfix.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mta/postfix/postfix.SlackBuild b/mail/mta/postfix/postfix.SlackBuild index 22f58485..53b939df 100755 --- a/mail/mta/postfix/postfix.SlackBuild +++ b/mail/mta/postfix/postfix.SlackBuild @@ -80,7 +80,7 @@ if [ "$RTOOL" == "wget" ]; then fi fi -gpg --import <<EOF +gpg --import <<EOFGPG -----BEGIN PGP PUBLIC KEY BLOCK----- Version: PGPfreeware 5.0i for non-commercial use @@ -187,7 +187,7 @@ NWhTtvrKuvR/M/nvqTpFf8lp0SiF/ZVVeGCaSmS1Eoyp1dk76qPRCl6RcI6bTv2F NT2RRKl3v4t4iEXnEjiyS6irzd2b =o1uH -----END PGP PUBLIC KEY BLOCK----- -EOF +EOFGPG gpg --verify $SRC_DIR/$SRC.sig $SRC_DIR/$SRC || exit $ERROR_GPG |