diff --git a/package/tschmidt/unreal-ircd/config.hlp b/package/tschmidt/unreal-ircd/config.hlp new file mode 100644 index 000000000..39f0e5f8a --- /dev/null +++ b/package/tschmidt/unreal-ircd/config.hlp @@ -0,0 +1,54 @@ +MENU_PKG_UNREAL + Replaces the call to ./Config when building unreal-ircd + by hand, options not available here directly can be passed + to configure with the extra-options field + +ROCKCFG_PKG_UNREAL_PREFIX + Installation-Prefix for unreal-ircd. + The binary can be found as prefix/ircd + The configurationfiles reside in prefix/config + The shared modules reside in prefix/config/modules + +ROCKCFG_PKG_UNREAL_MAXCON + Maximum number of parallel connections allowed for unreal-ircd + Must be greater or equal than 100 + +ROCKCFG_PKG_UNREAL_MAXSENDQ + Maximum length of the senqueue, must be at least 1000 + +ROCKCFG_PKG_UNREAL_BUFPOOLS + Amount of sendbuffers allowed. + +ROCKCFG_PKG_UNREAL_BACKLOG + listen backlog for unreal-ircd, sometimes values grater than 5 make + problems. + +ROCKCFG_PKG_UNREAL_NICKHIST + how far do you want to keep the nickname history? + default: 2000 + +ROCKCFG_PKG_UNREAL_DMODS + allow unreal to use shared modules. + does not compile without, but the original ./Config gives this option + so here it is + +ROCKCFG_PKG_UNREAL_ZIP + allows unreal to compress the server-link treaffic + saves your money and should be enabled + +ROCKCFG_PKG_UNREAL_SSL + enables unreal to have ssl links and ssl clients + requires openSSL (not checked yet) + +ROCKCFG_PKG_UNREAL_IP6 + compile an IPv6 ready unreal-ircd + +ROCKCFG_PKG_UNREAL_ANTISPOOF + enable unreal-ircds anti spoofing features + +ROCKCFG_PKG_UNREAL_HUB + sets wether unreal can act as hub (and leaf) + or if it can only be a leaf + +ROCKCFG_PKG_UNREAL_ADDITIONAL + additional configure options diff --git a/package/tschmidt/unreal-ircd/config.in b/package/tschmidt/unreal-ircd/config.in index dd6c03e18..f2b6454c8 100644 --- a/package/tschmidt/unreal-ircd/config.in +++ b/package/tschmidt/unreal-ircd/config.in @@ -24,7 +24,7 @@ if pkgcheck unreal-ircd X then menu_begin MENU_PKG_UNREAL 'Unreal Ircd Package Options' text 'Install prefix for Unreal Ircd' \ - ROCKCFG_PKG_UNREAL_PREFIX "opt/unrealircd" + ROCKCFG_PKG_UNREAL_PREFIX "/opt/unrealircd" text 'Maximum number of connections Unreal my have' \ ROCKCFG_PKG_UNREAL_MAXCON "150" text 'What is the maximum sendq length you wish to have' \