From 165ae115436a91a02a3f65b912cd480471fe41d2 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 9 Sep 2010 18:38:43 +0000 Subject: [PATCH] Monotone-Parent: f4f4b464f58801c6e6a7cbd198d8455a19c3d2a3 Monotone-Revision: d6ad721e415082a2ac6339927ce208fa01199dcc Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-09-09T18:38:43 Monotone-Branch: ca.inverse.sogo --- debian/control | 2 +- debian/sogo.init | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/debian/control b/debian/control index 4e7dc04bd..81e091fdc 100644 --- a/debian/control +++ b/debian/control @@ -25,7 +25,7 @@ Description: a modern and scalable groupware Package: sogo-dbg Section: debug Architecture: any -Depends: sogo (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} +Depends: sogo (= ${binary:Version}), ${misc:Depends} Description: a modern and scalable groupware - debugging symbols SOGo is a groupware server built around OpenGroupware.org (OGo) and the SOPE application server with focus on scalability. diff --git a/debian/sogo.init b/debian/sogo.init index 08752c989..d92ccb327 100644 --- a/debian/sogo.init +++ b/debian/sogo.init @@ -1,9 +1,8 @@ -#! /bin/bash - +#!/bin/bash ### BEGIN INIT INFO # Provides: sogo -# Required-Start: $network -# Required-Stop: $network +# Required-Start: $remote_fs $network +# Required-Stop: $remote_fs $network # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: SOGo server @@ -79,7 +78,7 @@ case "$1" in start-stop-daemon --stop --pidfile $PIDFILE --retry=TERM/20/KILL/5 log_end_msg 0 ;; - restart) + restart|force-reload) log_daemon_msg "Restarting $DESC" "$NAME" start-stop-daemon --stop --pidfile $PIDFILE --retry=TERM/20/KILL/5 # Ensure directory's existence and permissions