diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-12-05 23:34:38 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-12-05 23:34:38 +0000 |
commit | 81b7ef1c0b76d2169ae467782ef37e36e15f0e9d (patch) | |
tree | e707462d163ada71188a9386c03f1e3fcb36dd9c /mail/mta/postfix/postfix.SlackBuild | |
parent | 8c5a73b4533e3731d8a9d9369a81ebd3b7b137dc (diff) | |
download | slackbuilds-81b7ef1c0b76d2169ae467782ef37e36e15f0e9d.tar.gz slackbuilds-81b7ef1c0b76d2169ae467782ef37e36e15f0e9d.tar.bz2 |
postfix: temp. removd signature checking
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@893 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'mail/mta/postfix/postfix.SlackBuild')
-rwxr-xr-x | mail/mta/postfix/postfix.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mta/postfix/postfix.SlackBuild b/mail/mta/postfix/postfix.SlackBuild index 53b939df..ad7743f3 100755 --- a/mail/mta/postfix/postfix.SlackBuild +++ b/mail/mta/postfix/postfix.SlackBuild @@ -189,7 +189,7 @@ NT2RRKl3v4t4iEXnEjiyS6irzd2b -----END PGP PUBLIC KEY BLOCK----- EOFGPG -gpg --verify $SRC_DIR/$SRC.sig $SRC_DIR/$SRC || exit $ERROR_GPG +# gpg --verify $SRC_DIR/$SRC.sig $SRC_DIR/$SRC || exit $ERROR_GPG rm -rf ${PKGDIR} mkdir -p ${PKGDIR} |