summaryrefslogtreecommitdiffstats
path: root/docs/ebtables-faq.html
diff options
context:
space:
mode:
authorfnm3 <fnm3>2003-02-18 16:49:43 +0000
committerfnm3 <fnm3>2003-02-18 16:49:43 +0000
commit1fadacba0345934b5e7f75c3429f774ce1d556e8 (patch)
treeb8290f44e9d7ebe4ebdeec1d304fc4f981310e71 /docs/ebtables-faq.html
parentcd1e2e686e27c3c789d78b9aad5ab0b5a3ccada1 (diff)
replaced "cd /usr/src/linux"
Diffstat (limited to 'docs/ebtables-faq.html')
-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>