Browse Source

config.in: removed some hardcoded components (monitoring, ids)

master
Nagy Károly Gábriel 9 years ago
parent
commit
94b38fd9b7
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      config.in

+ 5
- 5
config.in

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/sheba/config.in
# Copyright (C) 2006 - 2011 The OpenSDE Project
# Copyright (C) 2006 - 2014 The OpenSDE Project
# Copyright (C) 2004 - 2006 Alejandro Mery
#
# More information can be found in the files COPYING and README.
@ -16,10 +16,10 @@
#Description: Sheba, the realm of Tux
for x in VSERVER=1 SECURITY=none KERNEL='linux' \
LVM=1 SOFTRAID=1 GLUSTER=1\
DHCP=udhcp MTA=ssmtp SNORT=1 \
ENCRYPTION=1 WEB=nginx MONITORING='minimal' HAPROXY=1 \
DEVELOPMENT=0 ROUTER=bridge PAM=0 IDS=1 SSP=1; do
LVM=1 SOFTRAID=1 \
DHCP=udhcp MTA=ssmtp \
ENCRYPTION=1 WEB=nginx HAPROXY=1 \
DEVELOPMENT=0 ROUTER=bridge PAM=0 SSP=1; do
eval SDECFGSET_TRG_MNEMOSYNE_$x
# const SDECFG_TRG_MNEMOSYNE_${x/=/ }

Loading…
Cancel
Save