diff options
author | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2010-05-30 23:55:31 +0000 |
---|---|---|
committer | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2010-05-30 23:55:31 +0000 |
commit | 87b36fd0133d754ce62868ad2926b0c4084d24a5 (patch) | |
tree | 2d94fc34c85c5b6a96fe13f054b7e52c064e5119 /net-mgmt/ndpmon/files/patch-parser.c | |
parent | - Update to 3.2.1 (diff) |
- Update to 1.4.0
PR: ports/147217
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
Notes
Notes:
svn path=/head/; revision=255362
Diffstat (limited to 'net-mgmt/ndpmon/files/patch-parser.c')
-rw-r--r-- | net-mgmt/ndpmon/files/patch-parser.c | 15 |
1 files changed, 15 insertions, 0 deletions
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; + } |