OpenSDE Packages Database (without history before r20070)
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.

74 lines
2.0 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../inetutils/inetutils.conf
  5. # Copyright (C) 2009 The OpenSDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This program is free software; you can redistribute it and/or modify
  10. # it under the terms of the GNU General Public License as published by
  11. # the Free Software Foundation; version 2 of the License. A copy of the
  12. # GNU General Public License can be found in the file COPYING.
  13. # --- SDE-COPYRIGHT-NOTE-END ---
  14. var_append confopt ' ' '--with-wrap'
  15. makeinstopt="$makeopt install-exec"
  16. # disable functions if provided by other packages.
  17. #
  18. if pkginstalled tftp-hpa || pkginstalled netkit-tftp; then
  19. var_append confopt ' ' '--disable-tftpd'
  20. var_append confopt ' ' '--disable-tftp'
  21. fi
  22. if pkginstalled traceroute; then
  23. var_append confopt ' ' '--disable-traceroute'
  24. fi
  25. if pkginstalled netkit-rsh; then
  26. var_append confopt ' ' '--disable-rsh'
  27. var_append confopt ' ' '--disable-rshd'
  28. var_append confopt ' ' '--disable-rcp'
  29. var_append confopt ' ' '--disable-rlogin'
  30. var_append confopt ' ' '--disable-rlogind'
  31. var_append confopt ' ' '--disable-rexecd'
  32. fi
  33. if pkginstalled netkit-telnet; then
  34. var_append confopt ' ' '--disable-telnet'
  35. var_append confopt ' ' '--disable-telnetd'
  36. fi
  37. if pkginstalled netkit-base; then
  38. var_append confopt ' ' '--disable-inetd'
  39. var_append confopt ' ' '--disable-ping'
  40. fi
  41. if pkginstalled netkit-ftp; then
  42. var_append confopt ' ' '--disable-ftp'
  43. var_append confopt ' ' '--disable-ftpd'
  44. fi
  45. if pkginstalled coreutils; then
  46. var_append confopt ' ' '--disable-hostname'
  47. fi
  48. if pkginstalled whois; then
  49. var_append confopt ' ' '--disable-whois'
  50. fi
  51. if pkginstalled util-linux-ng; then
  52. var_append confopt ' ' '--disable-logger'
  53. fi
  54. if pkginstalled sysklogd; then
  55. var_append confopt ' ' '--disable-syslogd'
  56. fi
  57. if pkginstalled netkit-ntalk; then
  58. var_append confopt ' ' '--disable-talk'
  59. var_append confopt ' ' '--disable-talkd'
  60. fi