From: aland Date: Tue, 23 Oct 2007 04:18:01 +0000 (+0000) Subject: Now that we have virtual servers, we don't need vmpsd.conf X-Git-Tag: release_2_0_0~319 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=6cb339b8de544be02dd6e924eab746a07bdc881f;p=freeradius.git Now that we have virtual servers, we don't need vmpsd.conf --- diff --git a/configure b/configure index 88c796b..8e26fd1 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.249 . +# From configure.in Revision: 1.250 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61. # @@ -25329,7 +25329,7 @@ USE_STATIC_LIBS=$enable_static unset ac_cv_env_LIBS_set unset ac_cv_env_LIBS_value - ac_config_files="$ac_config_files ./Make.inc ./src/include/build-radpaths-h ./src/main/Makefile ./src/main/checkrad.pl ./src/main/radlast ./src/main/radtest ./scripts/rc.radiusd ./scripts/radwatch ./scripts/check-radiusd-config ./scripts/radiusd.cron.daily ./scripts/radiusd.cron.monthly ./scripts/cryptpasswd ./raddb/dictionary ./raddb/radiusd.conf ./raddb/vmpsd.conf" + ac_config_files="$ac_config_files ./Make.inc ./src/include/build-radpaths-h ./src/main/Makefile ./src/main/checkrad.pl ./src/main/radlast ./src/main/radtest ./scripts/rc.radiusd ./scripts/radwatch ./scripts/check-radiusd-config ./scripts/radiusd.cron.daily ./scripts/radiusd.cron.monthly ./scripts/cryptpasswd ./raddb/dictionary ./raddb/radiusd.conf" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -25906,7 +25906,6 @@ do "./scripts/cryptpasswd") CONFIG_FILES="$CONFIG_FILES ./scripts/cryptpasswd" ;; "./raddb/dictionary") CONFIG_FILES="$CONFIG_FILES ./raddb/dictionary" ;; "./raddb/radiusd.conf") CONFIG_FILES="$CONFIG_FILES ./raddb/radiusd.conf" ;; - "./raddb/vmpsd.conf") CONFIG_FILES="$CONFIG_FILES ./raddb/vmpsd.conf" ;; *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} diff --git a/configure.in b/configure.in index 6e56a6a..847db82 100644 --- a/configure.in +++ b/configure.in @@ -1181,6 +1181,5 @@ AC_OUTPUT(\ ./scripts/radiusd.cron.monthly \ ./scripts/cryptpasswd \ ./raddb/dictionary \ - ./raddb/radiusd.conf \ - ./raddb/vmpsd.conf + ./raddb/radiusd.conf ) diff --git a/raddb/Makefile b/raddb/Makefile index 2a3e84a..55d5da0 100644 --- a/raddb/Makefile +++ b/raddb/Makefile @@ -14,7 +14,7 @@ FILES = acct_users attrs attrs.access_reject attrs.accounting_response \ experimental.conf hints huntgroups ldap.attrmap otp.conf \ policy.txt preproxy_users proxy.conf radiusd.conf \ snmp.conf sql.conf sqlippool.conf users \ - vmpsd.conf sites-available/default sites-available/example \ + sites-available/default sites-available/example \ sites-available/README #