Browse Source

* changed sheba target to enable dropbear,udhcp,nullmailer,ids and snort, and disable PAM

legacy/0.1-legacy
Alejandro Mery 19 years ago
parent
commit
49231fb183
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      config.in

+ 2
- 1
config.in

@ -16,7 +16,8 @@
#Description: Sheba, the realm of Tux
for x in VSERVER=1 SECURITY=none KERNEL='linux' LVM=1 \
SSP=1; do
SSHD=dropbear DHCP=udhcp MTA=nullmailer SNORT=1 \
PAM=0 IDS=1 SSP=1; do
eval SDECFGSET_TRG_MNEMOSYNE_$x
const SDECFG_TRG_MNEMOSYNE_${x/=/ }

Loading…
Cancel
Save