diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2011-12-29 00:06:44 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2011-12-29 00:06:44 +0100 |
commit | bd21fdeb557a9e3ca729e8e2eedd4044740d3393 (patch) | |
tree | c644300be50d4d84101cc14e5248447aec6789b7 /pynslcd/config.py.in | |
parent | c21a1b7ea1ae743bc731ad8764deb6632ce86d7f (diff) |
remove some information from config that we don't expect to use
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1582 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'pynslcd/config.py.in')
-rw-r--r-- | pynslcd/config.py.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/pynslcd/config.py.in b/pynslcd/config.py.in index 815934a..fada9b0 100644 --- a/pynslcd/config.py.in +++ b/pynslcd/config.py.in @@ -30,21 +30,12 @@ PACKAGE_NAME = '''@PACKAGE_NAME@''' # Define to the full name and version of this package. PACKAGE_STRING = '''@PACKAGE_STRING@''' -# Define to the one symbol short name of this package. -PACKAGE_TARNAME = '''@PACKAGE_TARNAME@''' - # Define to the home page for this package. PACKAGE_URL = '''@PACKAGE_URL@''' -# Define to the version of this package. -PACKAGE_VERSION = '''@PACKAGE_VERSION@''' - # Version number of package VERSION = '''@VERSION@''' -# Path to bindpw value. -NSLCD_BINDPW_PATH = '''@NSLCD_BINDPW_PATH@''' - # Path to nslcd configuration file. NSLCD_CONF_PATH = '''@NSLCD_CONF_PATH@''' |