aboutsummaryrefslogtreecommitdiffstats
path: root/config/packetcapturefix/packetcapturefix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'config/packetcapturefix/packetcapturefix.patch')
-rw-r--r--config/packetcapturefix/packetcapturefix.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/config/packetcapturefix/packetcapturefix.patch b/config/packetcapturefix/packetcapturefix.patch
deleted file mode 100644
index 992d0d61..00000000
--- a/config/packetcapturefix/packetcapturefix.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- diag_packet_capture.php.orig 2010-08-05 18:33:38.000000000 +0000
-+++ diag_packet_capture.php 2010-08-05 18:40:24.000000000 +0000
-@@ -266,6 +266,7 @@
- <?php
- system ("/usr/sbin/tcpdump $disabledns $detail -r $fp$fn");?>
- </textarea><?php
-+ conf_mount_ro();
- }
- }?>
- </td>
-@@ -277,8 +278,6 @@
- </td></tr></table>
- <?php
-
--conf_mount_ro();
--
- include("fend.inc");
-
- ?>