summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2004-08-12 21:14:31 +0000
committerGuillem Jover <guillem@hadrons.org>2010-06-10 23:21:16 +0200
commit4529afe626a7ebf1dad30f4bff3db12aa8016b6e (patch)
treeb3d437add36e3c7ba27cb8b650e7feed69c4e1c8
parent93621e33124446fbdfc3f0af8f4b7a4f8628f053 (diff)
downloadinetutils-4529afe626a7ebf1dad30f4bff3db12aa8016b6e.tar.gz
Fix fuzzy hunks in patches
-rw-r--r--debian/patches/23_ifconfig_enable.patch2
-rw-r--r--debian/patches/25_fix_net_fwd.patch12
2 files changed, 7 insertions, 7 deletions
diff --git a/debian/patches/23_ifconfig_enable.patch b/debian/patches/23_ifconfig_enable.patch
index 2f77c58..8a07cac 100644
--- a/debian/patches/23_ifconfig_enable.patch
+++ b/debian/patches/23_ifconfig_enable.patch
@@ -2,7 +2,7 @@
diff -ur inetutils-1.4.2+20031022.old/configure.ac inetutils-1.4.2+20031022/configure.ac
--- inetutils-1.4.2+20031022.old/configure.ac 2003-05-25 01:36:45.000000000 +0200
+++ inetutils-1.4.2+20031022/configure.ac 2003-10-23 15:44:15.000000000 +0200
-@@ -812,6 +812,7 @@
+@@ -798,6 +798,7 @@
rshd/Makefile logger/Makefile syslogd/Makefile talk/Makefile
talkd/Makefile telnet/Makefile telnetd/Makefile tftp/Makefile
tftpd/Makefile uucpd/Makefile gwhois/Makefile libls/Makefile
diff --git a/debian/patches/25_fix_net_fwd.patch b/debian/patches/25_fix_net_fwd.patch
index 00af596..170c92d 100644
--- a/debian/patches/25_fix_net_fwd.patch
+++ b/debian/patches/25_fix_net_fwd.patch
@@ -2,11 +2,11 @@
--- old/syslogd/syslogd.c 2004-07-26 14:33:25.000000000 -0400
+++ new/syslogd/syslogd.c 2004-07-26 14:49:24.000000000 -0400
@@ -1300,7 +1300,7 @@
- dbg_printf (" %s\n", f->f_un.f_forw.f_hname);
- if (strcasecmp (from, LocalHostName) && NoHops)
- dbg_printf ("Not forwarding remote message.\n");
+ dbg_printf (" %s\n", f->f_un.f_forw.f_hname);
+ if (strcasecmp (from, LocalHostName) && NoHops)
+ dbg_printf ("Not forwarding remote message.\n");
- else if (!NoForward)
+ else if (NoForward)
- dbg_printf ("Not forwarding because forwarding is disabled.\n");
- else if (finet < 0)
- dbg_printf ("Not forwarding because of invalid inet fd.\n");
+ dbg_printf ("Not forwarding because forwarding is disabled.\n");
+ else if (finet < 0)
+ dbg_printf ("Not forwarding because of invalid inet fd.\n");