Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/debian/libnss-ldapd.postinst
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2006-12-19 12:53:05 +0100
committerArthur de Jong <arthur@arthurdejong.org>2006-12-19 12:53:05 +0100
commita03d9151a39c2875d761b5b0f89675150546925e (patch)
treec97cfc299100b6b16729dcf29bb854f75815a4a9 /debian/libnss-ldapd.postinst
parentfde5e0ece1377fa1ed09fe4a601e4e18767174bd (diff)
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
Diffstat (limited to 'debian/libnss-ldapd.postinst')
-rw-r--r--debian/libnss-ldapd.postinst7
1 files changed, 3 insertions, 4 deletions
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.