#!/bin/sh

cd contribs/smecontribs

yum localinstall smeserver-phpsysinfo-*
rpm -Uvh smeserver-phpmyadmin-*

cd ..

# Developer Tools installieren (zuvor obige Repos einbinden)
# yum -y --enablerepo=base,addons install gcc4.i386 gcc-c++.i386 automake autoconf bind-utils bind-libs rpm-build redhat-rpm-config 


# Users are complaining the password strength checking is too strong. 
# How do I change it?
# First a warning - Far too many systems out there have weak passwords 
# and they *will* be broken into. Educating your users on the necessity 
# of strong passwords is the best option. If that fails, here is how you 
# change the password strength checking from 'strong' to 'normal', 
# which was the setting in previous versions of SME. Be careful to use the 
# exact capitalization.

#config setprop passwordstrength Users normal
#config setprop passwordstrength Ibays normal


echo doing a /sbin/e-smith/signal-event post-upgrade now
/sbin/e-smith/signal-event post-upgrade 
echo beenden mit  /sbin/e-smith/signal-event reboot

