summaryrefslogtreecommitdiffstats
path: root/installer/OpenSLX/OSSetup/Distro/Base.pm
diff options
context:
space:
mode:
authorOliver Tappe2007-05-28 17:58:30 +0200
committerOliver Tappe2007-05-28 17:58:30 +0200
commit22b54e12d4eb06abccbfa19f5cf1487a4944f6b6 (patch)
tree85017a954553ea3e62a0a469bd2397161137396e /installer/OpenSLX/OSSetup/Distro/Base.pm
parent* changed meta-packager default for all SUSE distros from 'yum' to 'smart' (diff)
downloadcore-22b54e12d4eb06abccbfa19f5cf1487a4944f6b6.tar.gz
core-22b54e12d4eb06abccbfa19f5cf1487a4944f6b6.tar.xz
core-22b54e12d4eb06abccbfa19f5cf1487a4944f6b6.zip
* added explicit invocation of 'ldconfig' to all distros, just to make sure that ld.so.cache
is up-to-date after an install or update (clone should be working, too). git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1099 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer/OpenSLX/OSSetup/Distro/Base.pm')
-rw-r--r--installer/OpenSLX/OSSetup/Distro/Base.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/installer/OpenSLX/OSSetup/Distro/Base.pm b/installer/OpenSLX/OSSetup/Distro/Base.pm
index 7d63e049..6ed6078c 100644
--- a/installer/OpenSLX/OSSetup/Distro/Base.pm
+++ b/installer/OpenSLX/OSSetup/Distro/Base.pm
@@ -124,6 +124,9 @@ sub startSession
sub updateDistroConfig
{
+ if (slxsystem("ldconfig")) {
+ die _tr("unable to run ldconfig (%s)", $!);
+ }
}
sub finishSession