Browse Source

dropbear: cleaned .conf

karasz/new-early
Alejandro Mery 16 years ago
parent
commit
4364f4aed0
  1. 19
      security/dropbear/dropbear.conf

19
security/dropbear/dropbear.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: package/.../dropbear/dropbear.conf # Filename: package/.../dropbear/dropbear.conf
# Copyright (C) 2009 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project
# #
# More information can be found in the files COPYING and README. # More information can be found in the files COPYING and README.
@ -11,20 +12,16 @@
# the Free Software Foundation; version 2 of the License. A copy of the # the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING. # GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END --- # --- SDE-COPYRIGHT-NOTE-END ---
ALL_PRG="\"dropbear dbclient dropbearkey dropbearconvert scp\""
CLIENT_PRG="\"dbclient scp\""
if [ $pkg = "dropbear" ] ; then if [ "$SDECFG_PKG_DROPBEAR_CLIENTONLY" == 1 ]; then
PROGRAMS="'dropbear dbclient dropbearkey dropbearconvert scp'"
if [ "$SDECFG_PKG_DROPBEAR_CLIENTONLY" == 1 ]; then else
var_append makeopt " " "PROGRAMS=$CLIENT_PRG" PROGRAMS="'dbclient scp'"
var_append makeinstopt " " "PROGRAMS=$CLIENT_PRG"
else
var_append makeopt " " "PROGRAMS=$ALL_PRG"
var_append makeinstopt " " "PROGRAMS=$ALL_PRG"
fi
fi fi
var_append makeopt " " "PROGRAMS=$PROGRAMS"
var_append makeinstopt " " "PROGRAMS=$PROGRAMS"
var_append makeopt " " "LD=${archprefix}gcc" var_append makeopt " " "LD=${archprefix}gcc"
hook_add postmake 5 "cp -fv drop*.8 $root/$mandir/man8/" hook_add postmake 5 "cp -fv drop*.8 $root/$mandir/man8/"

Loading…
Cancel
Save