From owner-freebsd-questions@FreeBSD.ORG Tue Oct 23 11:24:52 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7C883314 for ; Tue, 23 Oct 2012 11:24:52 +0000 (UTC) (envelope-from freebsd@qeng-ho.org) Received: from blue.qeng-ho.org (blue.qeng-ho.org [217.155.128.241]) by mx1.freebsd.org (Postfix) with ESMTP id E09908FC08 for ; Tue, 23 Oct 2012 11:24:51 +0000 (UTC) Received: from fileserver.home.qeng-ho.org (localhost [127.0.0.1]) by fileserver.home.qeng-ho.org (8.14.5/8.14.5) with ESMTP id q9NBOhNh035273; Tue, 23 Oct 2012 12:24:43 +0100 (BST) (envelope-from freebsd@qeng-ho.org) Message-ID: <50867E7B.7050704@qeng-ho.org> Date: Tue, 23 Oct 2012 12:24:43 +0100 From: Arthur Chance User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:16.0) Gecko/20121013 Thunderbird/16.0.1 MIME-Version: 1.0 To: Jack Mc Lauren Subject: Re: nanobsd configuration References: <1350980911.20647.YahooMailNeo@web126002.mail.ne1.yahoo.com> In-Reply-To: <1350980911.20647.YahooMailNeo@web126002.mail.ne1.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Oct 2012 11:24:52 -0000 On 10/23/12 09:28, Jack Mc Lauren wrote: > hi > > i have a problem with nanobsd. there are somethings which don't have WITHOUT knobs, > how can i control these directories manually ? how can i add a costume function to > nanobsd.sh to do this ?? How about something along the lines of cust_clean () { rm -rf ${NANO_WORLDIR}/path/to/unwanted } customize_cmd cust_clean in your nanobsd config file?