Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 68890 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]
Another init script
sympa.init (text/plain), 892 bytes, created by
HARGITAI Gabor
on 2005-09-20 15:32:45 UTC
(
hide
)
Description:
Another init script
Filename:
MIME Type:
Creator:
HARGITAI Gabor
Created:
2005-09-20 15:32:45 UTC
Size:
892 bytes
patch
obsolete
>#!/sbin/runscript > >sympaconf="/etc/sympa/sympa.conf" >wwsympaconf="/etc/sympa/wwsympa.conf" > >depend() { > need net mta > use logger mysql postgres ldap > before apache apache2 >} > >sympa_start(){ > ebegin "Starting Sympa module $1.pl: " > start-stop-daemon --start --quiet --chuid sympa --pidfile $sympadir/$1.pid --exec $sympadir/bin/$1.pl > eend $? >} > >sympa_stop(){ > ebegin "Stopping Sympa module $1.pl: " > start-stop-daemon --stop --quiet --pidfile $sympadir/$1.pid > eend $? >} > >start() { > #Check config files > [ -f $sympaconf ] || eerror "Missing Sympa config!";return 1 > [ -f $wwsympaconf ] || eerror "Missing WWSympa config!";return 1 > > 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