From 11fda5d80f39f75d7f80c49cddcb18d4a16e5427 Mon Sep 17 00:00:00 2001 From: rhatto Date: Fri, 15 Dec 2006 23:27:16 +0000 Subject: 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 --- sys/cluster/util-vserver/util-vserver.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') 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 -- cgit v1.2.3