From 53879264eea5247898b4c3d00b96669eecfd7d39 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Fri, 29 Dec 2006 10:18:14 +0000 Subject: [PATCH] * make no Cookie Template point to local dir, for prefixed installs * use -D --- webcit/debian/webcit.init | 13 +++---------- webcit/static/nocookies.html | 2 +- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/webcit/debian/webcit.init b/webcit/debian/webcit.init index c8a872621..a9b0f1b95 100644 --- a/webcit/debian/webcit.init +++ b/webcit/debian/webcit.init @@ -1,6 +1,6 @@ #! /bin/sh ### BEGIN INIT INFO -# Provides: skeleton +# Provides: webcit # Required-Start: $local_fs $remote_fs # Required-Stop: $local_fs $remote_fs # Default-Start: 2 3 4 5 @@ -10,14 +10,7 @@ # placed in /etc/init.d. ### END INIT INFO -# Author: Foo Bar -# -# Please remove the "Author" lines above and replace them -# with your own name if you copy and modify this script. - -# Do NOT "set -e" - -# PATH should only include /usr/* if it runs after the mountnfs.sh script +# Author: Wilfried Goesgens RUNDIR=/var/run/webcit PATH=/sbin:/usr/sbin:/bin:/usr/bin DESC="Citadel Groupware Webserver " @@ -89,7 +82,7 @@ do_start() # 0 if daemon has been started # 1 if daemon was already running # 2 if daemon could not be started - if $DAEMON -d$PIDFILE.$1 \ + if $DAEMON -D$PIDFILE.$1 \ -p$@ -t$LOGDIR/access.${1}.log ; then return 0 else diff --git a/webcit/static/nocookies.html b/webcit/static/nocookies.html index 55bf4b436..2c0aea59d 100644 --- a/webcit/static/nocookies.html +++ b/webcit/static/nocookies.html @@ -12,7 +12,7 @@ Please enable these features and log in again. We are sorry for the inconvenien
-Back to login... +Back to login...
-- 2.30.2