From 25527f8f27706d5fd1d29fa64c50daae4d179b82 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Tue, 21 Aug 2007 20:28:42 -0400 Subject: [PATCH] Fixed freeradius, it doesn't support --docdir --- security/freeradius/freeradius.conf | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/security/freeradius/freeradius.conf b/security/freeradius/freeradius.conf index 1829dfb64..9eeea278f 100644 --- a/security/freeradius/freeradius.conf +++ b/security/freeradius/freeradius.conf @@ -1,7 +1,8 @@ -# --- T2-COPYRIGHT-NOTE-BEGIN --- +# --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # -# T2 SDE: package/.../freeradius/freeradius.conf +# Filename: package/.../freeradius/freeradius.conf +# Copyright (C) 2007 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. @@ -10,7 +11,7 @@ # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. A copy of the # GNU General Public License can be found in the file COPYING. -# --- T2-COPYRIGHT-NOTE-END --- +# --- SDE-COPYRIGHT-NOTE-END --- if [ $prefix_auto = 1 ] ; then if [ "$SDECFG_PKG_FREERADIUS_PREFIX" ] ; then prefix="$SDECFG_PKG_FREERADIUS_PREFIX" @@ -37,3 +38,5 @@ else var_append extraconfopt ' ' "--without-rlm-ldap" fi +# --docdir is not supported +var_remove_regex confopt ' ' '--docdir=.*'