From a03d9151a39c2875d761b5b0f89675150546925e Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Tue, 19 Dec 2006 11:53:05 +0000 Subject: change default configuration file name to /etc/nss-ldapd.conf git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@179 ef36b2f9-881f-0410-afb5-c4e39611909c --- debian/libnss-ldapd.postinst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'debian/libnss-ldapd.postinst') diff --git a/debian/libnss-ldapd.postinst b/debian/libnss-ldapd.postinst index 013aa4f..9ad88a1 100644 --- a/debian/libnss-ldapd.postinst +++ b/debian/libnss-ldapd.postinst @@ -2,8 +2,7 @@ set -e -PACKAGE=libnss-ldapd -CONFFILE="/etc/libnss-ldapd.conf" +CONFFILE="/etc/nss-ldapd.conf" # set an option in the configuration file to the specified value cfg_set() @@ -112,7 +111,7 @@ create_config() # begin the file by some information as to where it came from cat > "$CONFFILE" << EOM # $CONFFILE -# libnss-ldapd configuration file. See libnss-ldapd.conf(5) +# nss-ldapd configuration file. See nss-ldapd.conf(5) # for details. # # This file was based on existing configuration files @@ -135,7 +134,7 @@ EOM # TODO: improve this template cat > "$CONFFILE" << EOM # $CONFFILE -# libnss-ldapd configuration file. See libnss-ldapd.conf(5) +# nss-ldapd configuration file. See nss-ldapd.conf(5) # for details. # The location at which the LDAP server(s) should be reachable. -- cgit v1.2.3