All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Filip Sneppe (Cronos)" <filip.sneppe@cronos.be>
To: Juan Torres <islero77@telefonica.net>
Cc: Netfilter-devel <netfilter-devel@lists.netfilter.org>
Subject: [PATCH] Re: RV: Problems installing Netfilter extensions
Date: 20 Jun 2003 11:36:32 +0200	[thread overview]
Message-ID: <1056101793.633.15.camel@exile> (raw)
In-Reply-To: <000901c336e7$bb9b5390$0300000a@juan>

[-- Attachment #1: Type: text/plain, Size: 733 bytes --]

On Fri, 2003-06-20 at 06:52, Juan Torres wrote:

> 			# make all install
> 
> 	This last step doesn't work!! When I execute this command in the
> userspace/ subdirectory inside the patch-o-matic directory, It appears
> an error saying that It can't find the "all" option (or something
> similar), I have proved to do "make all" and "make install", but it
> doesn't work anyway
> 
> 
> 	What I'm not doing properly??
> 
Hi Juan,

There appears to be an error in the Netfilter extensions HOWTO.
As you can see from the INSTALL file in the userspace directory,
there is no "make all", only a "make" to build the binaries.

I think the patch below updates the documentation to reflect
this. Thanks for pointing this out.

Regards,
Filip

[-- Attachment #2: docufix.diff --]
[-- Type: text/x-patch, Size: 1924 bytes --]

diff -urN netfilter/documentation/HOWTO/de/netfilter-extensions-HOWTO.sgml netfilter-docfix/documentation/HOWTO/de/netfilter-extensions-HOWTO.sgml
--- netfilter/documentation/HOWTO/de/netfilter-extensions-HOWTO.sgml	2002-10-22 12:15:19.000000000 +0200
+++ netfilter-docfix/documentation/HOWTO/de/netfilter-extensions-HOWTO.sgml	2003-06-20 11:28:41.000000000 +0200
@@ -181,7 +181,7 @@
 
 <tscreen>
 <verb>
-# make all install
+# make; make install
 </verb>
 </tscreen>
 
diff -urN netfilter/documentation/HOWTO/fr/netfilter-extensions-HOWTO.sgml netfilter-docfix/documentation/HOWTO/fr/netfilter-extensions-HOWTO.sgml
--- netfilter/documentation/HOWTO/fr/netfilter-extensions-HOWTO.sgml	2003-03-10 01:16:56.000000000 +0100
+++ netfilter-docfix/documentation/HOWTO/fr/netfilter-extensions-HOWTO.sgml	2003-06-20 11:29:25.000000000 +0200
@@ -242,7 +242,7 @@
 
 <tscreen>
 <verb>
-# make all install
+# make; make install
 </verb>
 </tscreen>
 
diff -urN netfilter/documentation/HOWTO/netfilter-extensions-HOWTO.sgml netfilter-docfix/documentation/HOWTO/netfilter-extensions-HOWTO.sgml
--- netfilter/documentation/HOWTO/netfilter-extensions-HOWTO.sgml	2003-06-01 12:01:32.000000000 +0200
+++ netfilter-docfix/documentation/HOWTO/netfilter-extensions-HOWTO.sgml	2003-06-20 11:27:35.000000000 +0200
@@ -235,7 +235,7 @@
 
 <tscreen>
 <verb>
-# make all install
+# make; make install
 </verb>
 </tscreen>
 
diff -urN netfilter/documentation/HOWTO/pl/netfilter-extensions-HOWTO.sgml netfilter-docfix/documentation/HOWTO/pl/netfilter-extensions-HOWTO.sgml
--- netfilter/documentation/HOWTO/pl/netfilter-extensions-HOWTO.sgml	2002-02-09 10:47:39.000000000 +0100
+++ netfilter-docfix/documentation/HOWTO/pl/netfilter-extensions-HOWTO.sgml	2003-06-20 11:30:21.000000000 +0200
@@ -178,7 +178,7 @@
 
 <tscreen>
 <verb>
-# make all install
+# make; make install
 </verb>
 </tscreen>
 

  reply	other threads:[~2003-06-20  9:36 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-20  4:52 RV: Problems installing Netfilter extensions Juan Torres
2003-06-20  9:36 ` Filip Sneppe (Cronos) [this message]
2003-06-21 19:59   ` [PATCH] " Fabrice MARIE
  -- strict thread matches above, loose matches on Subject: below --
2003-06-20 18:02 ISLERO77.CASA
2003-06-23  9:14 ` Filip Sneppe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1056101793.633.15.camel@exile \
    --to=filip.sneppe@cronos.be \
    --cc=islero77@telefonica.net \
    --cc=netfilter-devel@lists.netfilter.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.