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.

46 lines
1.8 KiB

  1. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # T2 SDE: package/.../unreal-ircd/config.in
  5. # Copyright (C) 2004 - 2006 The T2 SDE Project
  6. # Copyright (C) 1998 - 2004 Clifford Wolf
  7. #
  8. # More information can be found in the files COPYING and README.
  9. #
  10. # This program is free software; you can redistribute it and/or modify
  11. # it under the terms of the GNU General Public License as published by
  12. # the Free Software Foundation; version 2 of the License. A copy of the
  13. # GNU General Public License can be found in the file COPYING.
  14. # --- T2-COPYRIGHT-NOTE-END ---
  15. if pkgcheck unreal-ircd X
  16. then
  17. menu_begin MENU_PKG_UNREAL 'Unreal Ircd Package Options'
  18. text 'Install prefix for Unreal Ircd' \
  19. SDECFG_PKG_UNREAL_PREFIX "/opt/unrealircd"
  20. text 'Maximum number of connections Unreal my have' \
  21. SDECFG_PKG_UNREAL_MAXCON "150"
  22. text 'What is the maximum sendq length you wish to have' \
  23. SDECFG_PKG_UNREAL_MAXSENDQ "1000"
  24. text 'How many buffer pools would you like?' \
  25. SDECFG_PKG_UNREAL_BUFPOOLS "18"
  26. text 'What listen() backlog value do you wish to use?' \
  27. SDECFG_PKG_UNREAL_BACKLOG "4"
  28. text 'How far back do you want to keep the nickname history?' \
  29. SDECFG_PKG_UNREAL_NICKHIST "2000"
  30. bool 'Use dynamic modules (recommended)' \
  31. SDECFG_PKG_UNREAL_DMODS 1
  32. bool 'Use zipped links (recommended)' \
  33. SDECFG_PKG_UNREAL_ZIP 1
  34. bool 'Use SSL-Libraries (needs ssl-libs)' \
  35. SDECFG_PKG_UNREAL_SSL 0
  36. bool 'Use IPv6 for Unreal-Ircd' \
  37. SDECFG_PKG_UNREAL_IP6 0
  38. bool 'Use anti-spoof functionality' \
  39. SDECFG_PKG_UNREAL_ANTISPOOF 0
  40. bool 'Enable Unreal-Ircd to act as Hub-Server (recommended)' \
  41. SDECFG_PKG_UNREAL_HUB 1
  42. text 'Addidtional configure options' \
  43. SDECFG_PKG_UNREAL_ADDITIONAL ""
  44. menu_end
  45. fi