Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 70200 Details for
Bug 108567
new ebuild: mail-filter/rabl_server mail-filter/rabl_client
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
initd
initd (text/plain), 778 bytes, created by
Tomoyuki Sakurai (RETIRED)
on 2005-10-08 22:22:42 UTC
(
hide
)
Description:
initd
Filename:
MIME Type:
Creator:
Tomoyuki Sakurai (RETIRED)
Created:
2005-10-08 22:22:42 UTC
Size:
778 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2002 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License, v2 or later > >opts="depend checkconfig start stop" >my_conf="/etc/rabl_server/rabl_server.conf" >me="rabl_server" > >depend() { > need net >} > >checkconfig() { > if [ ! -e $my_conf ] ; then > eerror "You need to create ${my_conf} first." > return 1 > fi >} > >start() { > ebegin "Starting ${me}" > # BUG: > # it doesn't daemonize > # no PID file > checkconfig && \ > start-stop-daemon --start --quiet \ > --pidfile /var/run/${me} \ > --make-pidfile \ > --background \ > --exec /usr/bin/rabl_server -- ${OPTIONS} > eend $? >} > >stop() { > ebegin "Stopping ${me}" > start-stop-daemon --stop --quiet \ > --pidfile /var/run/${me} \ > --exec /usr/bin/rabl_server > eend $? >} >
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 108567
:
70198
|
70199
| 70200 |
70201
|
87397
|
87398
|
87399
|
87400
|
87401
|
87402
|
87403
|
87404