projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
busybox httpd.conf: add support for reading passwords from /etc/passwd (syntax: ...
[openwrt.git]
/
package
/
fping
/
patches
/
debian-10.patch
diff --git
a/package/fping/patches/debian-10.patch
b/package/fping/patches/debian-10.patch
index
fbf7d8b
..
a24dabb
100644
(file)
--- a/
package/fping/patches/debian-10.patch
+++ b/
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 @@
--- 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
\r
++.TH fping 8
\r
+ .SH NAME
\r
+ fping \- send ICMP ECHO_REQUEST packets to network hosts
\r
+ .SH SYNOPSIS
\r
@@ -152,7 +152,7 @@
@@ -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.
\r
+ .nf
\r
+
\r
+-#!/usr/local/bin/perl
\r
++#!/usr/bin/perl
\r
+ require 'open2.pl';
\r
+
\r
+ $MAILTO = "root";
\r
@@ -178,7 +178,7 @@
@@ -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.
\r
+ .nf
\r
+
\r
+-#!/usr/local/bin/perl
\r
++#!/usr/bin/perl
\r
+
\r
+ $hosts_to_backup = `cat /etc/hosts.backup | fping -a`;
\r
+
\r
--- fping-2.4b2-to-ipv6.orig/fping.c
+++ fping-2.4b2-to-ipv6/fping.c
@@ -42,7 +42,6 @@
--- fping-2.4b2-to-ipv6.orig/fping.c
+++ fping-2.4b2-to-ipv6/fping.c
@@ -42,7 +42,6 @@
This page took
0.026827 seconds
and
4
git commands to generate.