ports/net/nsscache/files/patch-setup.py
Johannes Jost Meixner 6b8a9b9fef net/nsscache: add port
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
2015-05-11 17:18:55 +00:00

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'])