From e351bc6ba1bc5a158b822fe6c081748bbf50edd2 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Mon, 1 May 2006 22:26:50 +0000 Subject: [PATCH] * set options always used on all pavian systems on PAVIAN.conf --- pkgsel/pavian.conf | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/pkgsel/pavian.conf b/pkgsel/pavian.conf index 3aa3f29..4832de3 100644 --- a/pkgsel/pavian.conf +++ b/pkgsel/pavian.conf @@ -12,17 +12,11 @@ # GNU General Public License can be found in the file COPYING. # --- T2-COPYRIGHT-NOTE-END --- -# options to be overwritten by the other modules +# options always used on all pavian systems # -for x in NETWORK=0 \ - ; do - - eval SDECFGSET_TRG_MNEMOSYNE_$x -done - -# options always used on pavian systems -# -for x in KERNEL='linux' HAL=1 LVM=1 PRINTING=1 \ +for x in KERNEL='linux' LIBC=glibc HALDBUS=1 LVM=1 PRINTING=1 \ + PAM=1 IDS=1 SSP=1 SECURITY=none ENCRYPTION=1 \ + DOC=usual X=basic GTK=1 EFL=extra QT=1 \ ; do eval SDECFGSET_TRG_MNEMOSYNE_$x