From: Jason Etheridge Date: Fri, 11 Oct 2013 14:53:40 +0000 (-0400) Subject: some fixes X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=05be71177767b3a52510d3e749737469f3017cbd;p=working%2Frandom.git some fixes Signed-off-by: Jason Etheridge --- diff --git a/installer/wheezy/eg_wheezy_installer.sh b/installer/wheezy/eg_wheezy_installer.sh index e913e1b71..7eb145a7c 100755 --- a/installer/wheezy/eg_wheezy_installer.sh +++ b/installer/wheezy/eg_wheezy_installer.sh @@ -46,6 +46,7 @@ function my_init { configure_apache if [ $AUTOSTART ]; then start_evergreen + test_evergreen_live fi } @@ -219,7 +220,7 @@ function evergreen_db_prereqs { echo End of Installing Evergreen database pre-requisites =~-._ } -function setting_ldconfig_and_rsyslog_and_hosts_ejabberd { +function setting_ldconfig_and_rsyslog_and_hosts_and_ejabberd { echo _.-~= setting ld.so.conf and rsyslog and /etc/hosts and ejabberd cp $BASE_DIR/evergreen.ld.conf /etc/ld.so.conf.d/ ldconfig;