Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 205175 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 script for WebCit >=7.65 (goes into /files)
webcit.init.d (text/plain), 589 bytes, created by
the_mgt
on 2009-09-24 23:07:53 UTC
(
hide
)
Description:
Init script for WebCit >=7.65 (goes into /files)
Filename:
MIME Type:
Creator:
the_mgt
Created:
2009-09-24 23:07:53 UTC
Size:
589 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 >} > >svc_start() { > ebegin "Starting WebCit" > start-stop-daemon --start --quiet --background \ > --exec /usr/sbin/webcit -- $WEBCIT_OPTS > eend $? "Failed to start WebCit" >} > >svc_stop() { > ebegin "Stopping WebCit" > start-stop-daemon --stop --quiet \ > --exec /usr/sbin/webcit > eend $? "Failed to stop WebCit" >} > >restart() { > ebegin "Restarting WebCit" > svc_stop && sleep 3 && svc_start > eend $? "Failed to restart 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