在内核补丁 .patch文件中,用@@ .... @@括起来的部分是什么意思,比如 @@ -220,6 +228,9 @@ 谢谢!
by xiaozhe2000 - 内核/嵌入技术 - 2006-02-13 17:06:31 阅读(638) 回复(0)
[root@sei114 linux]# patch -p1 < kernel-2.2.14-audit.patch can't find file to patch at input line 4 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff -urN /home/linux-2.2.14/Documentation/Configure.help ./linux/Documentation/Configure.help |--- /home/linux-2.2.14/Documentation/Configure.help Wed Mar 8 10:24:49 2000 |+++ ./linux/D...
已经安装好了 bundle patch 怎么用swlist 查看 bundle 中的patch -l 只能看见 bundle,怎么能看到它下面的东东
我用的是solaris9 安装qmail到ezmlm, tar -zxvf ezmlm-0.53.tar.gz # tar -zxvf ezmlm-idx.0.40.tar.gz # mv ezmlm-idx-0.40/* ezmlm-0.53/ # cd ezmlm-0.53 # patch < idx.patch 这时候系统老是提示我输入要修补的文件名 而不是自动修补 请问因该如何解决? 接下来make mysql也提示no rule to make target 'mysql'. stop. 我的mysql安装配置正确,怎么办? 谢谢。
--- qmail-1.03.old/dns.c 1998-06-15 05:52:55.000000000 -0500
+++ qmail-1.03/dns.c 2003-01-08 16:00:32.000000000 -0600
@@ -7,8 +7,6 @@
#include
在FC3中安装patch-o-matic-ng出问题 为了限制单ip的连接数量,防dos,在Fedora core 3中运行iptables -A INPUT -p tcp --dport 80 -m iplimit --iplimit-above 3 -j REJECT,提示缺少libipt_iplimit.so.于是在netfilter.org下载了iptables和patch-o-matic-ng的源码,却找不到系统内核的源码了,我记得我是装了的.上网搜,FC3竟然把内核源码放在/lib/modules/2.6.9-1.667.于是运行patch-o-matic-ng的./runme extra,按提示输入内核源码和i...