From b2619eb582cbe0791e1bbbb5389d979b1547d263 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Tue, 15 Nov 2011 11:58:01 +0000 Subject: [PATCH 1/2] Minor update to the about box on the login page. Monotone-Parent: 2e5b0e4a79c403ee6edc14f5ee20c4e0decb6219 Monotone-Revision: 6798bdb0fb99d7a2b5d2bf8f53bfdb2f0fc14344 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-11-15T11:58:01 --- UI/WebServerResources/SOGoRootPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() }); } From 29a2f0072d0b09e4ad97317040e9ce728ca906a9 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 16 Nov 2011 00:35:23 +0000 Subject: [PATCH 2/2] Monotone-Parent: 687a4ea628679e88d566b72b8c9af4f3701f0875 Monotone-Revision: 995d4602fd5344c45acc187996f93eaed7de1712 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-11-16T00:35:23 --- Scripts/sogo-init.d-redhat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"