You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
541 B

  1. if PACKAGE_iputils-ping
  2. config PING_LEGACY_SYMLINKS
  3. bool
  4. default n
  5. prompt "Install legacy ping4 and ping6 symlinks"
  6. help
  7. Iputils previously generated separate "ping" and "ping6"
  8. binaries for supporting IPv4 and IPv6 communication,
  9. respectively. Recent versions of iputils have merged
  10. support for both address families into a single program.
  11. Select this option to install "ping6" and "ping4" symlinks
  12. to the unified binary to support compatibility with
  13. existing tools that may still expect to find the old
  14. names.
  15. endif