diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-04-10 12:27:48 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-04-10 12:27:48 +0000 |
commit | 9e21b478bcbccecd02918d71cffdd941d385bd50 (patch) | |
tree | d7c5c716510758a6e10fff18500dbee4f8d9d157 /net/libnss-pgsql/files/patch-src_backend.c | |
parent | Update to upstream version 0.9 (diff) |
New port: net/libnss-pgsql
libNSS-PostgreSQL allows you to authenticate UNIX groups and users
using a PostgreSQL database. It uses the NSS API which provides an
abstraction layer between the UNIX authentication API and the related
data. NSS-PostgreSQL currently supports the passwd and groups services.
WWW: https://ftp.postgresql.org/pub/projects/pgFoundry/sysauth/NSS/
PR: 178333
Submitted by: berend@pobox.com, felix@userspace.com.au
Reviewed by: lippe, robak
Notes
Notes:
svn path=/head/; revision=412926
Diffstat (limited to 'net/libnss-pgsql/files/patch-src_backend.c')
-rw-r--r-- | net/libnss-pgsql/files/patch-src_backend.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/libnss-pgsql/files/patch-src_backend.c b/net/libnss-pgsql/files/patch-src_backend.c new file mode 100644 index 000000000000..0637d5a02d65 --- /dev/null +++ b/net/libnss-pgsql/files/patch-src_backend.c @@ -0,0 +1,11 @@ +--- src/backend.c.orig 2015-12-21 07:40:53 UTC ++++ src/backend.c +@@ -11,7 +11,7 @@ + */ + + #include "nss-pgsql.h" +-#include <postgresql/libpq-fe.h> ++#include <libpq-fe.h> + #include <stdlib.h> + #include <string.h> + #include <stdio.h> |