aboutsummaryrefslogtreecommitdiffstats
path: root/config/dnsmasq-edns/dnsmasq-edns.inc
diff options
context:
space:
mode:
Diffstat (limited to 'config/dnsmasq-edns/dnsmasq-edns.inc')
-rw-r--r--config/dnsmasq-edns/dnsmasq-edns.inc18
1 files changed, 0 insertions, 18 deletions
diff --git a/config/dnsmasq-edns/dnsmasq-edns.inc b/config/dnsmasq-edns/dnsmasq-edns.inc
deleted file mode 100644
index d5ed930a..00000000
--- a/config/dnsmasq-edns/dnsmasq-edns.inc
+++ /dev/null
@@ -1,18 +0,0 @@
-<?php
-
-function dnsmasq_edns_install() {
- global $g, $config;
-
- // Test to make sure the patch is not already applied.
- $out = `patch -fslC --reverse -p1 -b .before_dnsmasq-edns -d / -i /usr/local/pkg/dnsmasq-edns.patch |& grep -ci reject`;
- if ($out == 0) {
- // If the patch has not already been applied, test to see if it will apply cleanly.
- $out = `patch -fsNlC -p1 -b .before_dnsmasq-edns -d / -i /usr/local/pkg/dnsmasq-edns.patch |& grep -ci reject`;
- if ($out == 0) {
- // The patch should apply cleanly, let 'er rip.
- mwexec("patch -fsNl -p1 -b .before_dnsmasq-edns -d / -i /usr/local/pkg/dnsmasq-edns.patch ");
- }
- }
-}
-
-?> \ No newline at end of file