1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/net/yptransitd/files/patch-src::confparse.y
Edwin Groothuis a7aade67bd New port yptransitd, an nss_ldap replacement.
An alternative to nss_ldap using an ldap based NIS/YP server.

PR:		ports/43394
Submitted by:	wolf <mjoyner@hq.dyns.cx>
2003-08-28 11:41:55 +00:00

8 lines
238 B
Plaintext

--- src/confparse.y.orig Thu Aug 28 04:35:49 2003
+++ src/confparse.y Thu Aug 28 04:35:56 2003
@@ -88,3 +88,4 @@
;
modules_line: MODULES STRING_TOKEN { prefs.yp_modulelist = yp_modulelist_create($2); yylinecount++;
free($2); }
+;