From 92742c713f257c09fdfdee81937e51fe4dd40b7d Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Sat, 30 Sep 2006 20:00:12 +0000 Subject: [PATCH] * changed dagon to set DOC='core' instead of 'usual' * changed dagon to not impose dropbear as SSHD, now it's the default. --- pkgsel/dagon.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgsel/dagon.conf b/pkgsel/dagon.conf index 974d0c3..a53c7ea 100644 --- a/pkgsel/dagon.conf +++ b/pkgsel/dagon.conf @@ -2,6 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: target/dagon/pkgsel/dagon.conf +# Copyright (C) 2006 The OpenSDE Project # Copyright (C) 2002 - 2006 Alejandro Mery # # More information can be found in the files COPYING and README. @@ -16,9 +17,8 @@ # for x in KERNEL='linux' HALDBUS=0 \ PAM=0 IDS=1 SSP=1 SECURITY=none ENCRYPTION=1 \ - NETWORK=1 LVM=1 SSHD=dropbear DHCP=udhcp \ - DNS=1 \ - DOC=usual X=none \ + NETWORK=1 LVM=1 DHCP=udhcp \ + DNS=1 DOC=core X=none \ ; do eval SDECFGSET_TRG_MNEMOSYNE_$x