Tardiba - The Tasmanian Devil Database Server
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.
 
 

11 lines
269 B

# options always used on all tardiba systems
#
for x in KERNEL='linux' LIBC=glibc LVM=1 PAM=1 IDS=1 SSP=1 \
SECURITY=none ENCRYPTION=1 PGP=1 \
POSTGRES=1 POSTGRES_POOL=1 \
DOC=usual \
; do
eval SDECFGSET_TRG_MNEMOSYNE_$x
const SDECFG_TRG_MNEMOSYNE_${x/=/ }
done