From 10ada19eb23aa76b568a0e3fc5489cc582b20e3c Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 29 Sep 2011 09:22:41 -0400 Subject: Appended .conf to duser config file --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 4e2e699..908aeb2 100755 --- a/configure +++ b/configure @@ -12150,7 +12150,7 @@ fi if test "${with_config_path+set}" = set; then withval=$with_config_path; CFGPATH="$withval" else - CFGPATH="/usr/local/etc/duser" + CFGPATH="/usr/local/etc/duser/duser.conf" fi diff --git a/configure.in b/configure.in index 033acf0..71048a0 100644 --- a/configure.in +++ b/configure.in @@ -52,7 +52,7 @@ AC_ARG_ENABLE([compat], AC_ARG_WITH(config-path, AC_HELP_STRING([--with-config-path=], [specify the path for duser config files (default: /usr/local/etc/duser)]), - [CFGPATH="$withval"], [CFGPATH="/usr/local/etc/duser"]) + [CFGPATH="$withval"], [CFGPATH="/usr/local/etc/duser/duser.conf"]) AC_SUBST(CONFIGDIR) AC_DEFINE_UNQUOTED([CFG_PATH], "$CFGPATH", [duser configuration path]) -- cgit