summaryrefslogtreecommitdiff
path: root/rescue
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 /rescue
parentf7af6e5e54ebd1e3d70dd3d9d9660f049c1dbd2b (diff)
downloadsrc-test2-d26245171514e85becdd350ee5574f7c886a5db0.tar.gz
src-test2-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 'rescue')
-rw-r--r--rescue/rescue/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile
index ae828a020e2a..7352828a822c 100644
--- a/rescue/rescue/Makefile
+++ b/rescue/rescue/Makefile
@@ -103,6 +103,7 @@ CRUNCH_PROGS_sbin+= ccdconfig
.endif
.if ${MK_INET6_SUPPORT} != "no"
+CRUNCH_ALIAS_ping= ping6
CRUNCH_PROGS_sbin+= rtsol
.endif