From 1fadacba0345934b5e7f75c3429f774ce1d556e8 Mon Sep 17 00:00:00 2001 From: fnm3 Date: Tue, 18 Feb 2003 16:49:43 +0000 Subject: replaced "cd /usr/src/linux" --- docs/ebtables-faq.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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)
-# 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 < ebtables-v2.0.003_vs_2.4.20.diff
 
@@ -92,8 +92,8 @@ into the patched kernel if the bridge and netfilter support is enabled.
-# 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 < bridge-nf-0.0.10-against-2.4.20.diff
 
-- cgit v1.2.3