Browse Source

* added POSTGRES and POSTGRES_POOL module in the list of the modules which are enabled by default

git-svn-id: svn+ssh://svn.opensde.net/home/users/karasz/x5/tardiba/trunk@12 471cc25b-571d-0410-8e29-1f4f9b506cef
master
Christian Wiese 18 years ago
parent
commit
88ed4a75c7
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      pkgsel/tardiba.conf

+ 3
- 1
pkgsel/tardiba.conf

@ -1,7 +1,9 @@
# 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 DOC=usual \
SECURITY=none ENCRYPTION=1 PGP=1 \
POSTGRES=1 POSTGRES_POOL=1 \
DOC=usual \
; do
eval SDECFGSET_TRG_MNEMOSYNE_$x

Loading…
Cancel
Save