Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 338676 Details for
Bug 443558
net-misc/openvswitch: bump to 1.7.1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Fixed dependency in ovs-controller lo -> net
ovs-controller (text/plain), 753 bytes, created by
Spooky Ghost
on 2013-02-12 08:36:37 UTC
(
hide
)
Description:
Fixed dependency in ovs-controller lo -> net
Filename:
MIME Type:
Creator:
Spooky Ghost
Created:
2013-02-12 08:36:37 UTC
Size:
753 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-misc/openvswitch/files/ovs-controller,v 1.1 2012/07/18 08:41:29 dev-zero Exp $ > >depend() { > need net >} > >start() { > checkpath -d "/var/run/openvswitch" -m 0750 > > ebegin "Starting Open vSwitch OpenFlow controller" > start-stop-daemon \ > --start --quiet --pidfile "/var/run/openvswitch/ovs-controller.pid" \ > --exec /usr/bin/ovs-controller -- --pidfile --detach --monitor ${OPTIONS} ${METHODS} > eend $? >} > >stop() { > ebegin "Stopping Open vSwitch OpenFlow controller" > start-stop-daemon --stop --quiet --pidfile "/var/run/openvswitch/ovs-controller.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 443558
:
338674
| 338676