On 08/06/2010 06:29 PM, Ludovic Rousseau wrote:
I now use: # default value of sysconfdir if test x"${sysconfdir}" == x'${prefix}/etc'; then # set sysconfdir to /etc instead of /usr/etc if prefix=/usr if test x${prefix} = x/usr; then sysconfdir="/etc" fi# add "/reader.conf.d" to the default value sysconfdir="${sysconfdir}/reader.conf.d" fi
What happens with the common case for distros where $prefix=/usr and $sysconfdir=/etc? It looks very much like pcscd will then consider whole /etc as its config dir ...
I'd rather kill the sysconfdir="${sysconfdir}/reader.conf.d" line and set it down below instead: PCSCLITE_CONFIG_DIR="${sysconfdir_exp}/reader.conf.d"
-- Kalev _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
