From 6f58dd2349d836360595937d37e406f88dbe5bd4 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Thu, 26 Aug 2010 18:29:28 +0200 Subject: Fix for setting the broadcast properly (in init) ... --- installer/OpenSLX/OSSetup/Distro/Base.pm | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'installer') diff --git a/installer/OpenSLX/OSSetup/Distro/Base.pm b/installer/OpenSLX/OSSetup/Distro/Base.pm index f23bba0c..c356e6d9 100644 --- a/installer/OpenSLX/OSSetup/Distro/Base.pm +++ b/installer/OpenSLX/OSSetup/Distro/Base.pm @@ -233,18 +233,6 @@ sub getDefaultPathList ) ]; } -#sub addUclibLdconfig -#{ -# my $self = shift; -# #my $ldpath = shift; -# -# open(OUTFILE, ">", "/etc/ld.so.conf.d/uclib.conf") -# or die ("unable to create the uclib.conf within ld.so.conf.d"); -# print OUTFILE "/opt/openslx/uclib-rootfs/lib\n"; -# print OUTFILE "/opt/openslx/uclib-rootfs/usr/lib\n"; -# close(OUTFILE); -#} - sub updateDistroConfig { if (slxsystem("ldconfig")) { -- cgit v1.2.3-55-g7522