diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2010-11-07 22:05:59 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2010-11-07 22:05:59 +0000 |
commit | 515015797fb8a7feeb5639ec0ddcbe4c87d5f0f3 (patch) | |
tree | a97e5c6e07b3cb4f18f85e1deadea3369a93f7b6 | |
parent | fb7025d23abe4295afc674a6c8a92861b95e80c2 (diff) |
add comment describing function
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1309 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r-- | debian/nslcd.postinst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/nslcd.postinst b/debian/nslcd.postinst index 8177feb..d103e9d 100644 --- a/debian/nslcd.postinst +++ b/debian/nslcd.postinst @@ -140,6 +140,7 @@ EOM return 0 } +# update a configuration parameter, based on the debconf key update_config() { debconf_param="$1" |