summaryrefslogtreecommitdiffstats
path: root/base/root/scripts
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-01-08 11:20:46 +1100
committerAndrew Tridgell <tridge@samba.org>2009-01-08 11:20:46 +1100
commit7c9d5bcc6d544fe7cfe6fb9aafc92c2f8cb39143 (patch)
treedd3b808e7bb4b1dc7717666d95fee32adb0ef13c /base/root/scripts
parent9467ca6878dcb28fb570b7e04882b315e8cbd234 (diff)
parentbbda00862cfef9bf6ffb3cf0ce1a7b0e992022e7 (diff)
Merge commit 'martin/for-tridge'
Diffstat (limited to 'base/root/scripts')
-rwxr-xr-xbase/root/scripts/postinstall.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/base/root/scripts/postinstall.sh b/base/root/scripts/postinstall.sh
index 595e54b..efc65ca 100755
--- a/base/root/scripts/postinstall.sh
+++ b/base/root/scripts/postinstall.sh
@@ -53,3 +53,8 @@ echo "Rebuilding the GPFS modules"
echo "Enabling NFS locking"
chkconfig nfslock on
service nfslock start
+
+# For some reason only the x86_64 version gets installed and we need
+# this to build the 32-bit version of the winbind libraries.
+echo "Installing keyutils-libs-devel.i386"
+yum -y install keyutils-libs-devel.i386