Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 68648 Details for
Bug 62197
Ebuild request for open-xchange
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
files/init.d.open-xchange
init.d.open-xchange (text/plain), 1.72 KB, created by
Jeremy Huddleston (RETIRED)
on 2005-09-17 00:53:42 UTC
(
hide
)
Description:
files/init.d.open-xchange
Filename:
MIME Type:
Creator:
Jeremy Huddleston (RETIRED)
Created:
2005-09-17 00:53:42 UTC
Size:
1.72 KB
patch
obsolete
>#!/sbin/runscript > >groupware="/etc/open-xchange/init.d/groupware" >webmail="/etc/open-xchange/init.d/webmail" >sessiond="/etc/open-xchange/init.d/sessiond" > >depend() { > need net slapd postfix cyrus apache2 tomcat5 > use postgresql mysql > after postgresql mysql >} > >checkconfig() { > if [[ ! -x ${groupware} ]] ; then > eerror "${groupware} doesn't exist or nor executable" > return 1 > fi > if [[ ! -x ${webmail} ]] ; then > eerror "${webmail} doesn't exist or nor executable" > return 1 > fi > if [[ ! -x ${sessiond} ]] ; then > eerror "${sessiond} doesn't exist or nor executable" > return 1 > fi >} > > >start() { > checkconfig || return 1 > > local retval > > ebegin "Starting Open-Xchange sessiond" > start-stop-daemon --start --exec ${sessiond} -- start > retval=$? > eend $retval > [[ ${retval} -eq 0 ]] || return 1 > > ebegin "Starting Open-Xchange groupware" > start-stop-daemon --start --exec ${groupware} -- start > retval=$? > eend $retval > [[ ${retval} -eq 0 ]] || return 1 > > ebegin "Starting Open-Xchange webmail" > start-stop-daemon --start --exec ${webmail} -- start > retval=$? > eend $retval > [[ ${retval} -eq 0 ]] || return 1 >} > >stop() { > local retval > > ebegin "Stopping Open-Xchange sessiond" > start-stop-daemon --start --exec ${sessiond} -- stop > retval=$? > eend $retval > [[ ${retval} -eq 0 ]] || return 1 > > ebegin "Stopping Open-Xchange groupware" > start-stop-daemon --start --exec ${groupware} -- stop > retval=$? > eend $retval > [[ ${retval} -eq 0 ]] || return 1 > > ebegin "Stopping Open-Xchange webmail" > start-stop-daemon --start --exec ${webmail} -- stop > retval=$? > eend $retval > [[ ${retval} -eq 0 ]] || return 1 >} > >opts="${opts} extendstatus" > >extendstatus() { > status="$sessiond status" > $status > status="$groupware status" > $status > stop="$webmail status" > $status >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 62197
:
38529
|
38692
|
38693
|
38705
|
38708
|
38710
|
38778
|
38779
|
38793
|
38831
|
38832
|
38907
|
38908
|
38909
|
38910
|
38911
|
38912
|
38950
|
39161
|
39638
|
40395
|
40677
|
43006
|
45598
|
51564
|
52969
|
57322
|
58355
|
58364
|
58367
|
59319
|
59327
|
61190
|
61191
|
61270
|
62568
|
66393
|
66394
|
66402
|
66592
|
66692
|
66817
|
66818
|
66890
|
66902
|
67034
|
67087
|
67399
|
67511
|
67595
|
67907
|
68648
|
68650
|
68695
|
68701
|
68702
|
68705
|
68706
|
68895
|
68946
|
68947
|
68959
|
68960
|
68961
|
68968
|
68973
|
68981
|
68991
|
68993
|
68994
|
69097
|
69101
|
69139
|
69140
|
69179
|
69205
|
70998
|
72090
|
72748
|
77974
|
77975
|
79765
|
79766
|
79767
|
79851
|
79943
|
79944
|
80431
|
80432
|
83756
|
83946
|
85610
|
87053
|
87995
|
87996
|
87997
|
87998
|
90889
|
94269
|
100851
|
100852
|
105319