From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B17F5158020 for ; Tue, 15 Nov 2022 02:53:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C25EE09B1; Tue, 15 Nov 2022 02:52:17 +0000 (UTC) Received: from mail-qk1-f174.google.com (mail-qk1-f174.google.com [209.85.222.174]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 34389E09A7; Tue, 15 Nov 2022 02:52:17 +0000 (UTC) Received: by mail-qk1-f174.google.com with SMTP id v8so8722258qkg.12; Mon, 14 Nov 2022 18:52:17 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=Jw/b9Tfj2V+wCm8W4Daw6H6iejA3OJ45u/ZTO/gIFP0=; b=Qs0wY+ER1Jw3Rllakco9B1vIBSh84Vrg6VR1RpuTpoXkIcr4iMaPOUo8J35uKL1QED DoqmKMr2FsiIhr6Ks1VUy7v3SNh17EYj0yGiPNV8R/K7VOWEJGHZMPlO68tWPyXWu+eX OltU5SuVLRfiOuOgXjXM+YHSAi+HfWhW13VYvE0YyM6OatStRXJdZfmsLLT6YkcjkMiq 7vSLI9I8BDpMkGE98qrM6GK+j9kpUPEw4kql8KqOnp/HuWjClLGvOe18w8HfAHmI8eiu XxSzDyAXNaalQGVNc4QVygwq4mk5yDBxlK0UFmKAOjMDtIlybSM20K06gTXvEAqRb7W1 WziA== X-Gm-Message-State: ANoB5pnynbjTY1V8wKESCm47jBDJHCNXdGYS5Nr2T8jzR0Z8Cs7vtuyC Wc2lsa7igrdGCKWZjKuvLz5AF117ocY= X-Google-Smtp-Source: AA0mqf5OpWBinvvps0lpQwqrJbeeAdQH5Ts6YGKcaFkomgY+oatfv114T/EP6SQT+YSm+b9A3cJ5oA== X-Received: by 2002:a37:ad4:0:b0:6fa:1e63:7233 with SMTP id 203-20020a370ad4000000b006fa1e637233mr14014091qkk.290.1668480736053; Mon, 14 Nov 2022 18:52:16 -0800 (PST) Received: from localhost ([162.208.5.36]) by smtp.gmail.com with ESMTPSA id t6-20020a05622a180600b00343057845f7sm6587175qtc.20.2022.11.14.18.52.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 14 Nov 2022 18:52:15 -0800 (PST) From: Matt Turner To: gentoo-dev@lists.gentoo.org, gentoo-catalyst@lists.gentoo.org Cc: Matt Turner Subject: [gentoo-dev] [PATCH 4/5] targets: Remove openglify usage Date: Mon, 14 Nov 2022 21:51:56 -0500 Message-Id: <20221115025157.1703859-4-mattst88@gentoo.org> X-Mailer: git-send-email 2.37.4 In-Reply-To: <20221115025157.1703859-1-mattst88@gentoo.org> References: <20221115025157.1703859-1-mattst88@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Archives-Salt: 1ccd44e9-5dab-493a-9382-9416ed16f74a X-Archives-Hash: 2b5e8475bae3132897640fc3f0e13621 This script was removed from livecd-tools in commit 8e2a9c0 ("remove openglify") in 2011. Signed-off-by: Matt Turner --- targets/support/livecdfs-update.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/targets/support/livecdfs-update.sh b/targets/support/livecdfs-update.sh index b7548347..64a9e4b2 100755 --- a/targets/support/livecdfs-update.sh +++ b/targets/support/livecdfs-update.sh @@ -131,9 +131,6 @@ then http://www.linux-usb.org/usb.ids fi -# Setup opengl in /etc (if configured) -[ -x /usr/sbin/openglify ] && /usr/sbin/openglify - # Setup configured display manager if [ -n "${clst_livecd_xdm}" ] then -- 2.37.4