From owner-freebsd-questions@FreeBSD.ORG Thu Mar 27 13:01:48 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A02251065673 for ; Thu, 27 Mar 2008 13:01:48 +0000 (UTC) (envelope-from sys@sellerbay.org) Received: from gv-out-0910.google.com (gv-out-0910.google.com [216.239.58.186]) by mx1.freebsd.org (Postfix) with ESMTP id 3DFD68FC17 for ; Thu, 27 Mar 2008 13:01:48 +0000 (UTC) (envelope-from sys@sellerbay.org) Received: by gv-out-0910.google.com with SMTP id n40so950816gve.39 for ; Thu, 27 Mar 2008 06:01:46 -0700 (PDT) Received: by 10.151.79.6 with SMTP id g6mr760174ybl.185.1206622905967; Thu, 27 Mar 2008 06:01:45 -0700 (PDT) Received: by 10.150.149.20 with HTTP; Thu, 27 Mar 2008 06:01:45 -0700 (PDT) Message-ID: <6a5b467e0803270601h5590da83w76e159d9c445bbc4@mail.gmail.com> Date: Thu, 27 Mar 2008 14:01:45 +0100 From: "Ashant Chalasani" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: tinybsd doesn't have /etc/rc.d/ ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Mar 2008 13:01:48 -0000 The whole of /etc/rc.d/ directory is missing on TinyBSD 0.9. Is this by design? I'm hoping someone can throw light on it. I copied the sshd script manually from my 7.0-REL host onto the flash image, as also a simple initialization script that I wrote for setting up the network. But it looks like lot more startup scripts from /etc/rc.d/ are required to initialize the system. I can ping the device on the network port, which means my network script ran. But sshd on port 22 isn't available, so I guess /etc/rc.d/sshd failed. I prefer to copy only the necessary scripts into my target's /etc/rc.d/ from the host, and not the whole directory. There are 143 scripts in rc.d. Is there a minimal subset of scripts to setup the system, networking + basic services (dhclient, sshd etc)? Thanks Ashant -- http://code.google.com/p/tinybsdap/