Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 90312 Details for
Bug 123139
New ebuild: www-servers/webcit (for Citadel)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Init.d file to go under ./files
webcit.init.d (text/plain), 468 bytes, created by
Christopher Hogan
on 2006-06-27 13:45:54 UTC
(
hide
)
Description:
Init.d file to go under ./files
Filename:
MIME Type:
Creator:
Christopher Hogan
Created:
2006-06-27 13:45:54 UTC
Size:
468 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >depend() { > need net >} > >start() { > ebegin "Starting WebCit" > start-stop-daemon --start --quiet --background \ > --exec /usr/sbin/webcit -- $WEBCIT_OPTS > eend $? "Failed to start WebCit" >} > >stop() { > ebegin "Stopping WebCit" > start-stop-daemon --stop --quiet \ > --exec /usr/sbin/webcit > eend $? "Failed to stop WebCit" >} >
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 123139
:
79983
|
79984
|
79985
|
90308
|
90310
| 90312 |
205170
|
205174
|
205175
|
206041
|
206042
|
261063
|
279087
|
279089