Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 404870 Details for
Bug 551642
net-misc/opensips-2.1.0 New ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
opensips.init
opensips.init (text/plain), 479 bytes, created by
Alex.Blazh
on 2015-06-10 05:30:35 UTC
(
hide
)
Description:
opensips.init
Filename:
MIME Type:
Creator:
Alex.Blazh
Created:
2015-06-10 05:30:35 UTC
Size:
479 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 2002 Frauenhofer Gesellschaft FOKUS, Germany. ># Distributed under the terms of the GNU General Public License, v2 or later ># $Header$ > >depend() { > need net >} > >start() { > ebegin "Starting OpenSIPS" > start-stop-daemon --start --quiet --pidfile /var/run/opensips.pid \ > --exec /usr/sbin/opensips -- -P /var/run/opensips.pid > eend $? >} > >stop() { > ebegin "Stopping OpenSIPS" > start-stop-daemon --stop --quiet --pidfile /var/run/opensips.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 551642
:
404866
|
404868
| 404870