From 00e34bef8b1226ac3495ccdf6ffccd726f1e3253 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Sat, 23 Oct 2010 12:34:49 +0200 Subject: [PATCH] [remaster/mcs] fix ejabberd-babel init, temp hack --- scripts/3rdparty/remaster_mcs_inner_chroot_script_after.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/3rdparty/remaster_mcs_inner_chroot_script_after.sh b/scripts/3rdparty/remaster_mcs_inner_chroot_script_after.sh index bc05120..286b7c3 100755 --- a/scripts/3rdparty/remaster_mcs_inner_chroot_script_after.sh +++ b/scripts/3rdparty/remaster_mcs_inner_chroot_script_after.sh @@ -114,6 +114,9 @@ cp /.mcs/dovecot*.conf /etc/dovecot/ || exit 1 chown root:root /etc/dovecot/dovecot*.conf || exit 1 chmod 644 /etc/dovecot/dovecot*.conf || exit 1 +# Setup ejabberd, why do I need to enable shell for ejabberd-babel? +usermod -s /bin/sh jabber || exit 1 + # add services to init # autostarted by the mcs setup script ## rc-update add 389-ds default