From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Satrapa Subject: Re: Questions about Patch-o-Matic Date: Mon, 22 Dec 2003 08:30:37 +1100 Sender: netfilter-admin@lists.netfilter.org Message-ID: <3FE610FD.6080505@lintelsys.com.au> References: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="windows-1252"; format="flowed" To: netfilter@lists.netfilter.org Arthur Niu wrote: > 1. How to check kernel version? 'uname -r' will return a version number in the format '2.4.21'. > 2. When I run ./runme base, it told me program =93'patch' is missing, > please install it!=94, what does the patch mean? Redhat patch or > iptables patch? That means you need to install the program called 'patch'. I don't know=20 which RPM it comes in though. This is actually a piece of software which=20 applies patches to existing source code thus: [root@localost]# patch -p0 < myversion.diff HTH Alex