mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 01:00:33 -04:00
nsscache is a utility for caching directory service information into local cache files. On FreeBSD, it is intended to be used with the net/libnss-cache port but it can also output BDB files for use by other operating systems. WWW: https://github.com/google/nsscache PR: 200123 Submitted by: Kevin Bowling <kevin.bowling@kev009.com> Obtained from: Limelight Networks
9 lines
394 B
Python
9 lines
394 B
Python
--- setup.py.orig 2014-10-21 10:32:31 UTC
|
|
+++ setup.py
|
|
@@ -48,5 +48,4 @@ as LDAP.''',
|
|
'nss_cache.util',
|
|
'nss_cache.update',
|
|
'nss_cache.sources'],
|
|
- scripts=['nsscache'],
|
|
- data_files=[('/etc', ['nsscache.conf'])])
|
|
+ scripts=['nsscache'])
|