mirror of the now-defunct rocklinux.org
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.
 
 
 
 
 
 

53 lines
2.1 KiB

# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/tschmidt/unreal-ircd/config.in
# ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
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"
text 'Maximum number of connections Unreal my have' \
ROCKCFG_PKG_UNREAL_MAXCON "150"
text 'What is the maximum sendq length you wish to have' \
ROCKCFG_PKG_UNREAL_MAXSENDQ "1000"
text 'How many buffer pools would you like?' \
ROCKCFG_PKG_UNREAL_BUFPOOLS "18"
text 'What listen() backlog value do you wish to use?' \
ROCKCFG_PKG_UNREAL_BACKLOG "4"
text 'How far back do you want to keep the nickname history?' \
ROCKCFG_PKG_UNREAL_NICKHIST "2000"
bool 'Use dynamic modules (recommended)' \
ROCKCFG_PKG_UNREAL_DMODS 1
bool 'Use zipped links (recommended)' \
ROCKCFG_PKG_UNREAL_ZIP 1
bool 'Use SSL-Libraries (needs ssl-libs)' \
ROCKCFG_PKG_UNREAL_SSL 0
bool 'Use IPv6 for Unreal-Ircd' \
ROCKCFG_PKG_UNREAL_IP6 0
bool 'Use anti-spoof functionality' \
ROCKCFG_PKG_UNREAL_ANTISPOOF 0
bool 'Enable Unreal-Ircd to act as Hub-Server (recommended)' \
ROCKCFG_PKG_UNREAL_HUB 1
text 'Addidtional configure options' \
ROCKCFG_PKG_UNREAL_ADDITIONAL ""
menu_end
fi