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.

16 lines
591 B

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