Browse Source

* enhanced lamassu's config.in to preconfigure all what i think will always be on a proxy-centric machine

master
Alejandro Mery 17 years ago
parent
commit
4eb4e6d9d3
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      config.in

+ 11
- 0
config.in

@ -15,5 +15,16 @@
#Description: Lamassu, ruling the pass
for x in KERNEL='linux' SSP=1 PAM=0 \
NETWORK=1 DHCP=udhcp SSHD=dropbear \
X=none DEVELOPMENT=0 \
WEB=lighttpd PHP=1 DNS=1 \
HTTPPROXY=squid MTA=qmail-ldap \
LDAP=1 VIRUSSCANNER=1; do
eval SDECFGSET_TRG_MNEMOSYNE_$x
const SDECFG_TRG_MNEMOSYNE_${x/=/ }
done
menu_begin MENU_MNEMOSYNE 'Advanced Options'

Loading…
Cancel
Save