Browse Source

* changed mnemosyne/SSHD to have dropbear as default instead of

openssh, so we can leave the field free on the sub-targets
	  where we want dropbear but people is able to change that to
	  openssh.
legacy/multilib
Alejandro Mery 18 years ago
parent
commit
2cf9ecd5d0
2 changed files with 3 additions and 1 deletions
  1. +2
    -0
      pkgsel/Base/Networking/SSHD.dropbear.choice
  2. +1
    -1
      pkgsel/Base/Networking/SSHD.openssh.choice

+ 2
- 0
pkgsel/Base/Networking/SSHD.dropbear.choice

@ -2,6 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/mnemosyne/pkgsel/Base/Networking/SSHD.dropbear.choice
# Copyright (C) 2006 The OpenSDE Project
# Copyright (C) 2002 - 2006 Alejandro Mery
#
# More information can be found in the files COPYING and README.
@ -14,4 +15,5 @@
#Description: Dropbear small SSH 2 Server/Client
#Dependencies: NETWORK
#Default: dropbear
X dropbear

+ 1
- 1
pkgsel/Base/Networking/SSHD.openssh.choice

@ -2,6 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/mnemosyne/pkgsel/Base/Networking/SSHD.openssh.choice
# Copyright (C) 2006 The OpenSDE Project
# Copyright (C) 2002 - 2006 Alejandro Mery
#
# More information can be found in the files COPYING and README.
@ -14,5 +15,4 @@
#Description: OpenSSH Server/Client
#Dependencies: NETWORK FOOTPRINT!=embedded
#Default: openssh
X openssh

Loading…
Cancel
Save