Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 172935 Details for
Bug 246298
www-servers/cherokee-0.10.1 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
cherokee-initd-0.9
cherokee-initd-0.9 (text/plain), 753 bytes, created by
Alan Swanson
on 2008-11-23 13:01:42 UTC
(
hide
)
Description:
cherokee-initd-0.9
Filename:
MIME Type:
Creator:
Alan Swanson
Created:
2008-11-23 13:01:42 UTC
Size:
753 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/www-servers/cherokee/files/cherokee-initd-0.6,v 1.2 2008/03/25 10:39:35 bass Exp $ > >PIDFILE=/var/run/cherokee.pid > >opt="reload" > >depend() { > need net >} > >start() { > ebegin "Starting Cherokee Web Server" > start-stop-daemon --start -b --pidfile ${PIDFILE} \ > --exec /usr/sbin/cherokee > eend $? >} > >stop() { > ebegin "Stopping Cherokee Web Server" > start-stop-daemon --stop --pidfile ${PIDFILE} \ > --exec /usr/sbin/cherokee > eend $? >} > >reload() { > ebegin "Restarting Cherokee Web Server and closing all open connections" > start-stop-daemon --stop --pidfile ${PIDFILE} \ > --signal USR1 > 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 246298
:
172933
| 172935 |
174803