diff --git a/Scripts/sogo-init.d-redhat b/Scripts/sogo-init.d-redhat index 1a55bf201..a36ff9eba 100755 --- a/Scripts/sogo-init.d-redhat +++ b/Scripts/sogo-init.d-redhat @@ -70,7 +70,7 @@ checkDir /var/log/$NAME . /etc/rc.d/init.d/functions if [ -z "$GNUSTEP_SYSTEM_ROOT" ] then - . /usr/GNUstep/System/Library/Makefiles/GNUstep.sh + . /usr/share/GNUstep/Makefiles/GNUstep.sh fi DAEMON_OPTS="-WOWorkersCount $PREFORK -WOPidFile $PIDFILE -WOLogFile $LOGFILE" diff --git a/UI/WebServerResources/SOGoRootPage.js b/UI/WebServerResources/SOGoRootPage.js index 1f4b15933..8f09c3c42 100644 --- a/UI/WebServerResources/SOGoRootPage.js +++ b/UI/WebServerResources/SOGoRootPage.js @@ -21,7 +21,7 @@ function initLogin() { event.stop(); }); var aboutClose = $("aboutClose"); aboutClose.observe("click", function(event) { - Effect.SlideUp("aboutBox", { duration: 2.0, queue: { position: 'end', scope: 'aboutscope', limit: 2 } }); + Effect.SlideUp("aboutBox", { duration: 1.0, queue: { position: 'end', scope: 'aboutscope', limit: 2 } }); event.stop() }); }