From 717cb87423b719011a99cd4d2ed6f5bf5fd4d887 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Sat, 30 Sep 2006 20:02:14 +0000 Subject: [PATCH] * changed lamassu to not impose dropbear as SSHD. --- config.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.in b/config.in index 42d1455..1ac9453 100644 --- a/config.in +++ b/config.in @@ -2,6 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: target/lamassu/config.in +# Copyright (C) 2006 The OpenSDE Project # Copyright (C) 2004 - 2006 Alejandro Mery # # More information can be found in the files COPYING and README. @@ -15,7 +16,7 @@ #Description: Lamassu, ruling the pass for x in KERNEL='linux' SSP=1 PAM=0 \ - NETWORK=1 DHCP=udhcp SSHD=dropbear \ + NETWORK=1 DHCP=udhcp \ X=none DEVELOPMENT=0 \ WEB=lighttpd PHP=1 DNS=1 \ HTTPPROXY=squid MTA=qmail-ldap \