Bug 144969 - [maintainer update] net/freeradius - fix rc script issues
Summary: [maintainer update] net/freeradius - fix rc script issues
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: Wesley Shields
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-23 02:40 UTC by Ryan Steinmetz
Modified: 2010-04-11 12:58 UTC (History)
0 users

See Also:


Attachments
file.diff (857 bytes, patch)
2010-03-23 02:40 UTC, Ryan Steinmetz
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Steinmetz 2010-03-23 02:40:04 UTC
-Fix problem reported in ports/139064 [1]
-Fix rc script: radiusd_flags did not work properly unless you specified -d.

[1] Reported By: Craig Leres <leres@ee.lbl.gov>

Fix: Patch attached with submission follows:
Comment 1 Wesley Shields freebsd_committer freebsd_triage 2010-03-24 01:02:57 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wxs

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-04-11 12:43:35 UTC
wxs         2010-04-11 11:43:26 UTC

  FreeBSD ports repository

  Modified files:
    net/freeradius/files radiusd.sh.in 
    net/freeradius2/files radiusd.sh.in 
  Log:
  - If radiusd_flags did not contain -d all arguments would be incorrectly added
    to required_dirs and cause the script to block.
  - If radiusd_flags contains -s the daemon never forks so deal with this by
    adding & to command_args.
  
  PR:             ports/144969, ports/144970
  Submitted by:   Ryan Steinmetz <rpsfa@rit.edu> (maintainer)
  
  Revision  Changes    Path
  1.5       +3 -1      ports/net/freeradius/files/radiusd.sh.in
  1.7       +3 -2      ports/net/freeradius2/files/radiusd.sh.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 Wesley Shields freebsd_committer freebsd_triage 2010-04-11 12:58:44 UTC
State Changed
From-To: open->closed

Committed. Thanks!