diff options
author | fnm3 <fnm3> | 2003-02-18 16:49:43 +0000 |
---|---|---|
committer | fnm3 <fnm3> | 2003-02-18 16:49:43 +0000 |
commit | 1fadacba0345934b5e7f75c3429f774ce1d556e8 (patch) | |
tree | b8290f44e9d7ebe4ebdeec1d304fc4f981310e71 | |
parent | cd1e2e686e27c3c789d78b9aad5ab0b5a3ccada1 (diff) |
replaced "cd /usr/src/linux"
-rw-r--r-- | docs/ebtables-faq.html | 4 |
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 < 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 < bridge-nf-0.0.10-against-2.4.20.diff </PRE> |