Gentoo Archives: gentoo-catalyst

From: Matt Turner <mattst88@g.o>
To: gentoo-dev@l.g.o, gentoo-catalyst@l.g.o
Cc: Matt Turner <mattst88@g.o>
Subject: [gentoo-catalyst] [PATCH 4/5] targets: Remove openglify usage
Date: Tue, 15 Nov 2022 02:53:12
Message-Id: 20221115025157.1703859-4-mattst88@gentoo.org
1 This script was removed from livecd-tools in commit 8e2a9c0 ("remove
2 openglify") in 2011.
3
4 Signed-off-by: Matt Turner <mattst88@g.o>
5 ---
6 targets/support/livecdfs-update.sh | 3 ---
7 1 file changed, 3 deletions(-)
8
9 diff --git a/targets/support/livecdfs-update.sh b/targets/support/livecdfs-update.sh
10 index b7548347..64a9e4b2 100755
11 --- a/targets/support/livecdfs-update.sh
12 +++ b/targets/support/livecdfs-update.sh
13 @@ -131,9 +131,6 @@ then
14 http://www.linux-usb.org/usb.ids
15 fi
16
17 -# Setup opengl in /etc (if configured)
18 -[ -x /usr/sbin/openglify ] && /usr/sbin/openglify
19 -
20 # Setup configured display manager
21 if [ -n "${clst_livecd_xdm}" ]
22 then
23 --
24 2.37.4