Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 96351 Details for
Bug 146763
dev-dotnet/xsp-1.1.17.1 (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
files/xsp.initd
xsp.initd (text/plain), 584 bytes, created by
MT
on 2006-09-07 17:11:03 UTC
(
hide
)
Description:
files/xsp.initd
Filename:
MIME Type:
Creator:
MT
Created:
2006-09-07 17:11:03 UTC
Size:
584 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >depend() { > need net > after dotnet >} > >start() { > ebegin "Starting xsp" > > start-stop-daemon --quiet --start \ > --background \ > --make-pidfile \ > --pidfile /var/run/aspnet/xsp.pid \ > --chuid aspnet \ > --exec /usr/bin/mono /usr/lib/mono/1.0/xsp.exe -- --root ${MonoServerRoot} --port ${MonoServerPort} --nonstop > eend $? >} > >stop() { > ebegin "Stopping xsp" > start-stop-daemon -o --quiet --stop \ > --pidfile /var/run/aspnet/xsp.pid > 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 146763
:
96347
|
96348
|
96349
|
96350
| 96351