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