Browse Source

* changed dagon to set DOC='core' instead of 'usual'

* changed dagon to not impose dropbear as SSHD, now it's the default.
legacy/0.1
Alejandro Mery 18 years ago
parent
commit
92742c713f
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      pkgsel/dagon.conf

+ 3
- 3
pkgsel/dagon.conf

@ -2,6 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: target/dagon/pkgsel/dagon.conf # Filename: target/dagon/pkgsel/dagon.conf
# Copyright (C) 2006 The OpenSDE Project
# Copyright (C) 2002 - 2006 Alejandro Mery # Copyright (C) 2002 - 2006 Alejandro Mery
# #
# More information can be found in the files COPYING and README. # More information can be found in the files COPYING and README.
@ -16,9 +17,8 @@
# #
for x in KERNEL='linux' HALDBUS=0 \ for x in KERNEL='linux' HALDBUS=0 \
PAM=0 IDS=1 SSP=1 SECURITY=none ENCRYPTION=1 \ 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 ; do
eval SDECFGSET_TRG_MNEMOSYNE_$x eval SDECFGSET_TRG_MNEMOSYNE_$x

Loading…
Cancel
Save