안녕하세요...
iptable 패치를 어떻게 하는지 모르겠군요..
iptable 1.2.6 버전에서 1.2.7 버전으로 패치를 하려고 하는데요..
패치 파일만 받아 놓고 어캐 하는지 해메고 있네요..
우선 패치 파일을 /usr/src/linux로 옮겼습니다.
그 후 patch -p0 < 파일명을 주었는데, 패치는 못하고 계속
[root@firewall linux]# patch -p0 < patch-iptables-1.2.6a-1.2.7a
The next patch would delete the file iptables-1.2.7a/.#Makefile.1.63,
which does not exist! Assume -R? [n] n
Apply anyway? [n] n
Skipping patch.
1 out of 1 hunk ignored
can't find file to patch at input line 228
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -urN iptables-1.2.6a/INSTALL iptables-1.2.7a/INSTALL
|--- iptables-1.2.6a/INSTALL Tue Oct 16 16:41:02 2001
|+++ iptables-1.2.7a/INSTALL Fri Aug 2 14:41:38 2002
--------------------------
File to patch:
이런 메세지가 뜨네요..
만약 패치를 해주고 나서는 커널을 다시 컴파일 해줘야 하나요?
커널 버전은
2.4.19 입니다.
알려주세요....
미리감사합니다.