Browse Source

Fixed freeradius, it doesn't support --docdir

early
Alejandro Mery 18 years ago
parent
commit
25527f8f27
  1. 9
      security/freeradius/freeradius.conf

9
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=.*'

Loading…
Cancel
Save