summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAlan Somers <asomers@FreeBSD.org>2020-11-26 18:33:04 +0000
committerAlan Somers <asomers@FreeBSD.org>2020-11-26 18:33:04 +0000
commitd26245171514e85becdd350ee5574f7c886a5db0 (patch)
tree188826f6a68bc846d35f61aa1cf658e26bc10e27 /tools
parentf7af6e5e54ebd1e3d70dd3d9d9660f049c1dbd2b (diff)
downloadsrc-test-d26245171514e85becdd350ee5574f7c886a5db0.tar.gz
src-test-d26245171514e85becdd350ee5574f7c886a5db0.zip
ping: add a ping6 hard link for backwards compatibility
When invoked as "ping6", ping will now attempt to use ICMPv6 for hostnames that resolve both IPv4 and IPv6 addresses. Reviewed by: bz, manu MFC-With: r368045 Differential Revision: https://reviews.freebsd.org/D27384
Notes
Notes: svn path=/head/; revision=368078
Diffstat (limited to 'tools')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index 658a049603a2a..69065a9c4a3b5 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -2583,6 +2583,7 @@ OLD_DIRS+=usr/share/i18n/csmapper/GB
.endif
.if ${MK_INET6} == no
+OLD_FILES+=sbin/ping6
OLD_FILES+=sbin/rtsol
OLD_FILES+=usr/sbin/ip6addrctl
OLD_FILES+=usr/sbin/mld6query
@@ -2611,6 +2612,7 @@ OLD_FILES+=usr/share/man/man8/traceroute6.8.gz
.endif
.if ${MK_INET6_SUPPORT} == no
+OLD_FILES+=rescue/ping6
OLD_FILES+=rescue/rtsol
.endif