Bug 151398 - RC Script for net-mgmt/softflowd
Summary: RC Script for net-mgmt/softflowd
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Josh Paetzel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-11 21:10 UTC by Tom Judge
Modified: 2010-11-25 15:00 UTC (History)
0 users

See Also:


Attachments
file.txt (2.04 KB, text/plain)
2010-10-11 21:10 UTC, Tom Judge
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Judge 2010-10-11 21:10:03 UTC
The softflowd port does not currently include an rc(8) script.

The following script supports running multiple instances of softflowd on a host with different interfaces.  Using settings such as:


softflowd_enable="YES"
softflowd_interfaces="em0 vlan2"
softflowd_em0_collector="sentinel.chi-dc.XXX:9998"
softflowd_vlan2_collector="sentinel.chi-dc.XXX:9996"


This script is based on the apache22 script and its method of building multiple instances.  It seems cleaner than the method employed by openvpn.

Fix: Place file in /usr/local/etc/rc.d/

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-10-11 21:10:08 UTC
Maintainer of net-mgmt/softflowd,

Please note that PR ports/151398 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/151398

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-10-11 21:10:10 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-11-25 14:58:38 UTC
jpaetzel    2010-11-25 14:58:33 UTC

  FreeBSD ports repository

  Modified files:
    net-mgmt/softflowd   Makefile 
  Added files:
    net-mgmt/softflowd/files softflowd.in 
  Log:
  Add rc.d script to port
  
  PR:     ports/151398
  Submitted by:   Tom Judge <tom@tomjudge.com>
  Approved by:    Maintainer timeout
  
  Revision  Changes    Path
  1.5       +2 -0      ports/net-mgmt/softflowd/Makefile
  1.1       +75 -0     ports/net-mgmt/softflowd/files/softflowd.in (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Josh Paetzel freebsd_committer freebsd_triage 2010-11-25 14:58:51 UTC
State Changed
From-To: feedback->closed

Committed, thanks. 


Comment 5 Josh Paetzel freebsd_committer freebsd_triage 2010-11-25 14:58:51 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jpaetzel

I'll take this one.