Bug 134768 - Update port: net/tac_plus4 add profiles support to rc.d script
Summary: Update port: net/tac_plus4 add profiles support to rc.d script
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: Joe Marcus Clarke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-21 02:00 UTC by Ryan T. Dean
Modified: 2009-07-09 03:50 UTC (History)
1 user (show)

See Also:


Attachments
tac_plus4-rcd-script.patch (3.19 KB, patch)
2009-05-21 02:00 UTC, Ryan T. Dean
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan T. Dean 2009-05-21 02:00:10 UTC
	
The current tac_plus rc.d script is great for starting a single daemon process, however, sometimes you need to run multiple 
daemons to handle different segments or groups.  I've patched the tac_plus rc.d script to add profiles support.

How-To-Repeat: 	
n/a
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-05-21 02:00:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->marcus

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-07-09 03:47:40 UTC
marcus      2009-07-09 02:47:31 UTC

  FreeBSD ports repository

  Modified files:
    net/tac_plus4        Makefile distinfo 
    net/tac_plus4/files  patch-Makefile.in tac_plus.in 
  Added files:
    net/tac_plus4/files  patch-users_guide.in 
  Removed files:
    net/tac_plus4/files  patch-af patch-configure patch-maxsess.c 
                         patch-users_guide 
  Log:
  Update to F4.0.4.18, and add support for TACACS+ profiles to the rc.d
  scripts.
  
  PR:             134768 (profile support)
  Submitted by:   Ryan T.Dean <rtdean@cytherianage.net> (profile support)
  
  Revision  Changes    Path
  1.38      +2 -12     ports/net/tac_plus4/Makefile
  1.13      +3 -3      ports/net/tac_plus4/distinfo
  1.3       +23 -22    ports/net/tac_plus4/files/patch-Makefile.in
  1.2       +0 -22     ports/net/tac_plus4/files/patch-af (dead)
  1.2       +0 -11     ports/net/tac_plus4/files/patch-configure (dead)
  1.3       +0 -14     ports/net/tac_plus4/files/patch-maxsess.c (dead)
  1.2       +0 -48     ports/net/tac_plus4/files/patch-users_guide (dead)
  1.1       +30 -0     ports/net/tac_plus4/files/patch-users_guide.in (new)
  1.2       +78 -6     ports/net/tac_plus4/files/tac_plus.in
_______________________________________________
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 3 Joe Marcus Clarke freebsd_committer freebsd_triage 2009-07-09 03:47:41 UTC
State Changed
From-To: open->closed

Committed, thanks!