diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-17 13:11:16 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-17 13:11:16 +0000 |
commit | 4774bd5a4f32b2cda65d69a2dcb733755e0217c2 (patch) | |
tree | bac76b9e531620f6276a842a025b67404d12732c /openwrt/package | |
parent | 7d97448a6ee04e47d862cb9aefe3cb6d306b90de (diff) |
fix svn patch breakage in fping
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2135 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/fping/patches/debian-10.patch | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/openwrt/package/fping/patches/debian-10.patch b/openwrt/package/fping/patches/debian-10.patch index fbf7d8ba06..a24dabbc76 100644 --- a/openwrt/package/fping/patches/debian-10.patch +++ b/openwrt/package/fping/patches/debian-10.patch @@ -1,29 +1,29 @@ --- fping-2.4b2-to-ipv6.orig/fping.8 +++ fping-2.4b2-to-ipv6/fping.8 @@ -1,4 +1,4 @@ --.TH fping l -+.TH fping 8 - .SH NAME - fping \- send ICMP ECHO_REQUEST packets to network hosts - .SH SYNOPSIS +-.TH fping l
++.TH fping 8
+ .SH NAME
+ fping \- send ICMP ECHO_REQUEST packets to network hosts
+ .SH SYNOPSIS
@@ -152,7 +152,7 @@ - example none the less. - .nf - --#!/usr/local/bin/perl -+#!/usr/bin/perl - require 'open2.pl'; - - $MAILTO = "root"; + example none the less.
+ .nf
+
+-#!/usr/local/bin/perl
++#!/usr/bin/perl
+ require 'open2.pl';
+
+ $MAILTO = "root";
@@ -178,7 +178,7 @@ - that are currently reachable. - .nf - --#!/usr/local/bin/perl -+#!/usr/bin/perl - - $hosts_to_backup = `cat /etc/hosts.backup | fping -a`; - + that are currently reachable.
+ .nf
+
+-#!/usr/local/bin/perl
++#!/usr/bin/perl
+
+ $hosts_to_backup = `cat /etc/hosts.backup | fping -a`;
+
--- fping-2.4b2-to-ipv6.orig/fping.c +++ fping-2.4b2-to-ipv6/fping.c @@ -42,7 +42,6 @@ |