Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 72394 Details for
Bug 86734
net-mail/sympa-6.1.7 - A feature-rich open source mailing list software
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
files/sympa-5.1.initd
sympa-5.1.initd (text/plain), 1013 bytes, created by
Tomoyuki Sakurai (RETIRED)
on 2005-11-07 10:18:01 UTC
(
hide
)
Description:
files/sympa-5.1.initd
Filename:
MIME Type:
Creator:
Tomoyuki Sakurai (RETIRED)
Created:
2005-11-07 10:18:01 UTC
Size:
1013 bytes
patch
obsolete
>#!/sbin/runscript > >opts="depend start stop" >sympaconf="/etc/sympa/sympa.conf" >wwsympaconf="/etc/sympa/wwsympa.conf" >sympadir="/usr" >depend() { > need net mta > use logger mysql postgres ldap > before apache apache2 >} > >sympa_start() { > ebegin "Starting Sympa module $1.pl: " > local MY_PID="/var/run/sympa/$1.pid" > start-stop-daemon --start --quiet --pidfile ${MY_PID} --exec $sympadir/sbin/$1.pl > eend $? >} > >sympa_stop() { > ebegin "Stopping Sympa module $1.pl: " > local MY_PID="/var/run/sympa/$1.pid" > start-stop-daemon --stop --quiet --pidfile ${MY_PID} > eend $? >} > >start() { > #Check config files > if [ ! -f $sympaconf ]; then > eerror "Missing Sympa config!" > return 1 > fi > if [ ! -f $wwsympaconf ]; then > eerror "Missing WWSympa config!" > return 1 > fi > echo "Starting Sympa subsystems: " > sympa_start sympa > sympa_start bounced > sympa_start archived > sympa_start task_manager >} > >stop(){ > echo "Stopping Sympa subsystems: " > sympa_stop bounced > sympa_stop archived > sympa_stop sympa > sympa_stop task_manager >}
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 86734
:
54496
|
68890
|
68913
|
72380
|
72381
|
72382
|
72383
|
72384
|
72385
|
72392
|
72393
| 72394 |
72395
|
72396
|
131552
|
140662
|
140663
|
140893
|
148098
|
153695
|
215437
|
286115
|
286117
|
286147
|
286149
|
286163
|
408436
|
458312