From 6c07ddb1c32b4ccabeb99c39d29a311fe0f3013e Mon Sep 17 00:00:00 2001 From: kueller Date: Tue, 19 May 2009 08:47:13 +0000 Subject: [PATCH] =?UTF-8?q?/lib{64}=20und=20/usr/lib{64}=20aus=20ld.so.con?= =?UTF-8?q?f=20entfernt=20-=20ist=20im=20standart=20enthalten,=20und=20f?= =?UTF-8?q?=C3=BChrt=20duch=20mehrfache=20angabe=20zu=20Fehlermeldungen=20?= =?UTF-8?q?von=20ldconfig=20-v?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.compuextreme.de/Viitor/V962/Viitor_config@4707 504e572c-2e33-0410-9681-be2bf7408885 --- etc/ld.so.conf | 2 -- init/genpkg | 2 -- 2 files changed, 4 deletions(-) diff --git a/etc/ld.so.conf b/etc/ld.so.conf index cbfb62e..e8e4bdc 100644 --- a/etc/ld.so.conf +++ b/etc/ld.so.conf @@ -1,3 +1 @@ -/lib -/usr/lib /usr/local/lib diff --git a/init/genpkg b/init/genpkg index 5ac112e..9d23df6 100644 --- a/init/genpkg +++ b/init/genpkg @@ -31,7 +31,5 @@ done chmod 755 etc/profile chmod 400 etc/shadow if [ -d /lib64 ]; then - echo "/lib64" >>etc/ld.so.conf - echo "/usr/lib64" >>etc/ld.so.conf echo "/usr/local/lib64" >>etc/ld.so.conf fi