[Bug 208884] net-mgmt/ipv6mon: rc script for multiple instances bug
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Apr 18 05:26:20 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208884
Bug ID: 208884
Summary: net-mgmt/ipv6mon: rc script for multiple instances bug
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: hrs at FreeBSD.org
Reporter: fmysh at iijmio-mail.jp
Flags: maintainer-feedback?(hrs at FreeBSD.org)
Assignee: hrs at FreeBSD.org
Created attachment 169421
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=169421&action=edit
a patch for files/ipv6mon.in
If ipv6mon_interfaces variable for rc script is set, command line arguments are
duplicated.
ex. ipv6mon_interfaces="vlan4 vlan10 vlan20"
# ps afx | grep ipv6mon
50146 - S 0:00.03 /usr/local/sbin/ipv6mon -c
/var/run/ipv6mon-vlan4.conf
50165 - S 0:00.03 /usr/local/sbin/ipv6mon -c
/var/run/ipv6mon-vlan4.conf -c /var/run/ipv6mon-vlan10.conf
50184 - S 0:00.03 /usr/local/sbin/ipv6mon -c
/var/run/ipv6mon-vlan4.conf -c /var/run/ipv6mon-vlan10.conf -c
/var/run/ipv6mon-vlan20.conf
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list