X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/657abff31c3462f13b61063f2e6ae671fa2a3da4..5450c5199031918013b0a9f1d3eb6a39a99d9909:/openwrt/package/fping/patches/debian-10.patch diff --git a/openwrt/package/fping/patches/debian-10.patch b/openwrt/package/fping/patches/debian-10.patch index fbf7d8ba0..a24dabbc7 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 @@