summaryrefslogtreecommitdiff
path: root/net-mgmt/ndpmon/files/patch-parser.c
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-08-03 21:40:26 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-08-03 21:40:26 +0000
commit563e820784cb3e8f32684e53e0e48506520e7ac2 (patch)
treeb7e0714102100dcd5d305e067765c5165541597d /net-mgmt/ndpmon/files/patch-parser.c
parentFix a badly generated stub. (diff)
- Update to 1.2
PR: ports/115113 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
Notes
Notes: svn path=/head/; revision=197038
Diffstat (limited to 'net-mgmt/ndpmon/files/patch-parser.c')
-rw-r--r--net-mgmt/ndpmon/files/patch-parser.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/net-mgmt/ndpmon/files/patch-parser.c b/net-mgmt/ndpmon/files/patch-parser.c
deleted file mode 100644
index e60e172b5191..000000000000
--- a/net-mgmt/ndpmon/files/patch-parser.c
+++ /dev/null
@@ -1,19 +0,0 @@
-
-$FreeBSD$
-
---- parser.c.orig
-+++ parser.c
-@@ -65,11 +65,13 @@
- /** note: it may be a good option to save values, and restore
- * them when exiting
- */
-+ /*
- write_proc("/proc/sys/net/ipv6/conf/all/autoconf",flag);
- write_proc("/proc/sys/net/ipv6/conf/all/accept_ra",flag);
- 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);
-+ */
- }
-
- xmlXPathFreeObject (xmlobject);