mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 11:25:24 +00:00
Monotone-Parent: f4f4b464f58801c6e6a7cbd198d8455a19c3d2a3
Monotone-Revision: d6ad721e415082a2ac6339927ce208fa01199dcc Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-09-09T18:38:43 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Vendored
+1
-1
@@ -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.
|
||||
|
||||
Vendored
+4
-5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user