From owner-freebsd-small@FreeBSD.ORG Tue Apr 8 11:13:21 2003 Return-Path: Delivered-To: freebsd-small@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9140337B401 for ; Tue, 8 Apr 2003 11:13:21 -0700 (PDT) Received: from zeus.di.uoa.gr (zeus.di.uoa.gr [195.134.65.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECE4D43F75 for ; Tue, 8 Apr 2003 11:13:19 -0700 (PDT) (envelope-from guest005@chania.di.uoa.gr) Received: from chania.di.uoa.gr (chania.di.uoa.gr [195.134.67.214]) by zeus.di.uoa.gr (8.12.9/8.12.9) with ESMTP id h38IDEjD005736 for ; Tue, 8 Apr 2003 21:13:14 +0300 (EEST) Received: from a (localhost [127.0.0.1]) by chania.di.uoa.gr (8.12.9/8.12.9) with SMTP id h38I6Vkf020300 for freebsd-small@freebsd.org; Tue, 8 Apr 2003 21:06:49 +0300 (EET DST) Date: Tue, 8 Apr 2003 21:06:31 +0300 (EET DST) From: guest005@chania.di.uoa.gr Message-Id: <200304081806.h38I6Vkf020300@chania.di.uoa.gr> To: undisclosed-recipients: ; X-Mailman-Approved-At: Wed, 09 Apr 2003 08:05:32 -0700 Subject: How can I add ssh-picobsd to PicoBSD? X-BeenThere: freebsd-small@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2003 18:13:21 -0000 Hello all. I succesfully "make'd install" the ssh-picobsd port (there is a small typo in the Makefile but I got over that) and now I have it at /usr/local/bin . I haven't figured out yet how I can add it to PicoBSD. I tried ucommenting the "#progs ssh" line at crunch.conf but it didn't work (couldn't find any .o files). I added a "srcdirs /usr/ports/picobsd/ssh-picobsd/work/ssh_1..." (with the full path where i could find a ssh.o file) but it didn't work either. Any help? Thanks.