summaryrefslogtreecommitdiffstats
path: root/installer/OpenSLX/OSSetup/Distro/Base.pm
diff options
context:
space:
mode:
Diffstat (limited to 'installer/OpenSLX/OSSetup/Distro/Base.pm')
-rw-r--r--installer/OpenSLX/OSSetup/Distro/Base.pm24
1 files changed, 12 insertions, 12 deletions
diff --git a/installer/OpenSLX/OSSetup/Distro/Base.pm b/installer/OpenSLX/OSSetup/Distro/Base.pm
index c5d23a49..524aa398 100644
--- a/installer/OpenSLX/OSSetup/Distro/Base.pm
+++ b/installer/OpenSLX/OSSetup/Distro/Base.pm
@@ -1,4 +1,4 @@
-# Copyright (c) 2006..2009 - OpenSLX GmbH
+# Copyright (c) 2006..2010 - OpenSLX GmbH
#
# This program is free software distributed under the GPL version 2.
# See http://openslx.org/COPYING
@@ -230,17 +230,17 @@ 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 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
{