diff options
Diffstat (limited to 'debian/patches/02-path.patch')
-rw-r--r-- | debian/patches/02-path.patch | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/debian/patches/02-path.patch b/debian/patches/02-path.patch new file mode 100644 index 0000000..8fa0116 --- /dev/null +++ b/debian/patches/02-path.patch @@ -0,0 +1,46 @@ +Author: Daniel Baumann <mail@daniel-baumann.ch> +Description: Adjust path. +Reviewed-By: Laszlo Boszormenyi (GCS) <gcs@debian.org> +Last-Update: 2016-03-09 + +diff -Naurp traceroute.orig/wrappers/lft traceroute/wrappers/lft +--- traceroute.orig/wrappers/lft 2008-04-21 18:54:41.000000000 +0200 ++++ traceroute/wrappers/lft 2008-05-03 09:18:47.000000000 +0200 +@@ -113,5 +113,5 @@ opts="$opts -w $sec.${timeout#$sec}" + + opts="$method $opts" + +-exec traceroute $opts $host $length ++exec /usr/bin/traceroute.db $opts $host $length + +diff -Naurp traceroute.orig/wrappers/tcptraceroute traceroute/wrappers/tcptraceroute +--- traceroute.orig/wrappers/tcptraceroute 2008-04-21 18:54:46.000000000 +0200 ++++ traceroute/wrappers/tcptraceroute 2008-05-03 09:18:47.000000000 +0200 +@@ -74,5 +74,5 @@ echo "Running: + traceroute $opts $host $length" >&2 + + +-exec traceroute $opts $host $length ++exec /usr/bin/traceroute.db $opts $host $length + +diff -Naurp traceroute.orig/wrappers/traceproto traceroute/wrappers/traceproto +--- traceroute.orig/wrappers/traceproto 2008-04-21 18:55:06.000000000 +0200 ++++ traceroute/wrappers/traceproto 2008-05-03 09:18:47.000000000 +0200 +@@ -122,6 +122,6 @@ opts="$opts -z $sendwait" + while [ "$cont" -gt 0 ] + do + cont=$(($cont - 1)) +- traceroute $opts $host $length ++ /usr/bin/traceroute.db $opts $host $length + done + +diff -Naurp traceroute.orig/wrappers/traceroute-nanog traceroute/wrappers/traceroute-nanog +--- traceroute.orig/wrappers/traceroute-nanog 2008-04-21 18:55:17.000000000 +0200 ++++ traceroute/wrappers/traceroute-nanog 2008-05-03 09:18:47.000000000 +0200 +@@ -72,5 +72,5 @@ done + + [ -z "$spray" ] && opts="$opts -N 1" + +-exec traceroute $opts $1 $2 ++exec /usr/bin/traceroute.db $opts $1 $2 + |