summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ebtables-faq.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ebtables-faq.html b/docs/ebtables-faq.html
index ee1ae06..df37e45 100644
--- a/docs/ebtables-faq.html
+++ b/docs/ebtables-faq.html
@@ -76,8 +76,8 @@
/usr/src/linux or /usr/src/linux-2.X.YZ) and execute the following
(use the correct file names and directories where necessary)
<PRE>
-# cd /usr/src/linux
# cp ebtables-v2.0.003_vs_2.4.20.diff.gz /usr/src/linux
+# cd /usr/src/linux
# gunzip ebtables-v2.0.003_vs_2.4.20.diff.gz
# patch -p1 &lt; ebtables-v2.0.003_vs_2.4.20.diff
</PRE>
@@ -92,8 +92,8 @@
into the patched kernel if the bridge and netfilter support is
enabled.
<PRE>
-# cd /usr/src/linux
# cp bridge-nf-0.0.10-against-2.4.20.diff.gz /usr/src/linux
+# cd /usr/src/linux
# gunzip bridge-nf-0.0.10-against-2.4.20.diff.gz
# patch -p1 &lt; bridge-nf-0.0.10-against-2.4.20.diff
</PRE>