diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-12-15 23:27:16 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-12-15 23:27:16 +0000 |
commit | 11fda5d80f39f75d7f80c49cddcb18d4a16e5427 (patch) | |
tree | 7e3787a7067f6b7578b28d756d00ea9f079907ec /sys/cluster | |
parent | 77f91d6a1ff9597348fd26bcbb723a2bdd9fe385 (diff) | |
download | slackbuilds-11fda5d80f39f75d7f80c49cddcb18d4a16e5427.tar.gz slackbuilds-11fda5d80f39f75d7f80c49cddcb18d4a16e5427.tar.bz2 |
util-vserver: removed signature checking (where's the publey?)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@932 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'sys/cluster')
-rwxr-xr-x | sys/cluster/util-vserver/util-vserver.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cluster/util-vserver/util-vserver.SlackBuild b/sys/cluster/util-vserver/util-vserver.SlackBuild index 3cef6151..9303c7d4 100755 --- a/sys/cluster/util-vserver/util-vserver.SlackBuild +++ b/sys/cluster/util-vserver/util-vserver.SlackBuild @@ -64,7 +64,7 @@ if [ "$RTOOL" == "wget" ] && [ ! -f "$SRC_DIR/$SRC" ]; then wget "$URL.asc" -O "$SRC_DIR/$SRC.asc" || exit $ERROR_WGET fi -gpg --verify $SRC_DIR/$SRC.asc $SRC_DIR/$SRC || exit $ERROR_GPG +# gpg --verify $SRC_DIR/$SRC.asc $SRC_DIR/$SRC || exit $ERROR_GPG TMP="$TMP/$PACKAGE" rm -rf $TMP |