From 87b36fd0133d754ce62868ad2926b0c4084d24a5 Mon Sep 17 00:00:00 2001 From: Sylvio Cesar Teixeira Date: Sun, 30 May 2010 23:55:31 +0000 Subject: - Update to 1.4.0 PR: ports/147217 Submitted by: Janos Mohacsi (maintainer) --- net-mgmt/ndpmon/files/patch-parser.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 net-mgmt/ndpmon/files/patch-parser.c (limited to 'net-mgmt/ndpmon/files/patch-parser.c') diff --git a/net-mgmt/ndpmon/files/patch-parser.c b/net-mgmt/ndpmon/files/patch-parser.c new file mode 100644 index 000000000000..e75b8ef02d74 --- /dev/null +++ b/net-mgmt/ndpmon/files/patch-parser.c @@ -0,0 +1,15 @@ + +$FreeBSD$ + +--- parser.c.orig ++++ parser.c +@@ -77,8 +77,8 @@ + write_proc("/proc/sys/net/ipv6/conf/all/accept_ra_defrtr",flag); + write_proc("/proc/sys/net/ipv6/conf/all/accept_ra_pinfo",flag); + write_proc("/proc/sys/net/ipv6/conf/all/accept_redirects",flag); +- } + #endif ++ } + xmlXPathFreeObject (xmlobject); + return; + } -- cgit v1.2.3