diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2011-09-29 09:22:41 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2012-05-25 14:21:20 -0400 |
commit | c9f24bf577b6113d4b269d8a9f8b083e9ffff064 (patch) | |
tree | 888b4316527fa8f27db9ac953f132ca161666687 | |
parent | 49d9f5154e91b9630459e88b955ad2bbc4bf8896 (diff) | |
download | duser-c9f24bf577b6113d4b269d8a9f8b083e9ffff064.tar.gz |
Appended .conf to duser config file
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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=<pathname>], [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]) |