Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2009-08-31 23:46:01 +0200
committerArthur de Jong <arthur@arthurdejong.org>2009-08-31 23:46:01 +0200
commiteac5616ac2b6f38a202f1038f8e9eedbfeb2fda5 (patch)
treea16ad1a5c30d2f7de37906b619296d41b1313602 /nslcd
parente4f7e00a9e435fcf77f2f08264c5d2788a82c297 (diff)
rename configfile to /etc/nslcd.conf and make debian packaging copy the file to the new name on upgrade
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@980 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nslcd')
-rw-r--r--nslcd/nslcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nslcd/nslcd.c b/nslcd/nslcd.c
index 3ad2d1f..5ed9608 100644
--- a/nslcd/nslcd.c
+++ b/nslcd/nslcd.c
@@ -562,7 +562,7 @@ int main(int argc,char *argv[])
if (myldap_set_debuglevel(nslcd_debugging)!=LDAP_SUCCESS)
exit(EXIT_FAILURE);
/* read configuration file */
- cfg_init(NSS_LDAP_PATH_CONF);
+ cfg_init(NSLCD_CONF_PATH);
/* daemonize */
if ((!nslcd_debugging)&&(daemon(0,0)<0))
{