CVS log for ports/net/freeradius2/files/radiusd.sh.in
Up to [FreeBSD] / ports / net / freeradius2 / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Jan 14 08:56:14 2012 UTC (4 weeks ago) by dougb
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Apr 11 11:43:26 2010 UTC (22 months ago) by wxs
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -2 lines
- 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 1.6: download - view: text, markup, annotated - select for diffs
Sat Mar 27 00:13:42 2010 UTC (22 months, 2 weeks ago) by dougb
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Begin the process of deprecating sysutils/rc_subr by s#. %%RC_SUBR%%#. /etc/rc.subr#
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Jul 28 13:14:17 2008 UTC (3 years, 6 months ago) by mm
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +17 -2 lines
- Update to 2.0.5
- Change handling and structure of configuration files
- Add new options to startup script ("reload", "debug")
- Introduce pkg-message
- Other fixes and enhancements
PR: ports/124439
Submitted by: David Wood <david@wood2.org.uk> (maintainer)
Tested by: mm
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Apr 2 13:07:01 2008 UTC (3 years, 10 months ago) by mm
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -2 lines
- Update to 2.0.3 - Create own user and group - Fix and update patches PR: ports/122097 Submitted by: David Wood <david@wood2.org.uk> (maintainer)
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Dec 6 10:01:02 2007 UTC (4 years, 2 months ago) by araujo
Branches: MAIN
CVS tags: old_RELEASE_7_0_0, old_RELEASE_6_3_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +9 -3 lines
- Added patch to remove -pie for radiusd. [1] - Fixed a build failure on RELENG_7 AMD64. - Chase heimdal shared version library bump. [2] - Reworked RC script. [3] - Mark as unbroken on AMD64. - Bump PORTREVISION. PR: ports/118425, ports/117262 [3] Reported by: Sean McNeil <sean@mcneil.com> [1], Gioto Alves Lourenco <gioto@pop-ro.rnp.br> [2] Submitted by: Craig Leres <leres@ee.lbl.gov> [3], David Wood <david@wood2.org.uk> (maintainer) Approved by: portmgr (marcus), stas (mentor, implicit)
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Mar 28 16:22:40 2007 UTC (4 years, 10 months ago) by miwi
Branches: MAIN
CVS tags: old_PRE_XORG_7
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -2 lines
- Update to 1.1.5 PR: 110948 Submitted by: David Wood<david@wood2.org.uk>
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Feb 14 21:04:28 2006 UTC (5 years, 11 months ago) by sem
Branches: MAIN
CVS tags: old_RELEASE_6_2_0, old_RELEASE_6_1_0, old_RELEASE_5_5_0, old_RELEASE_4_EOL
- Fix PLIST on amd64 [1] - Rename startup script back to radiusd.sh. It was renamed accidently Reported by: krismail [1]
