From owner-freebsd-questions@FreeBSD.ORG Sat Mar 1 08:16:54 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A99A106566B for ; Sat, 1 Mar 2008 08:16:54 +0000 (UTC) (envelope-from bkoenig@alpha-tierchen.de) Received: from mx01.qsc.de (mx01.qsc.de [213.148.129.14]) by mx1.freebsd.org (Postfix) with ESMTP id 093D18FC1B for ; Sat, 1 Mar 2008 08:16:54 +0000 (UTC) (envelope-from bkoenig@alpha-tierchen.de) Received: from webmail.alpha-tierchen.de (port-212-202-40-215.dynamic.qsc.de [212.202.40.215]) by mx01.qsc.de (Postfix) with ESMTP id E149FC83BA for ; Sat, 1 Mar 2008 08:46:38 +0100 (CET) Received: from 192.168.1.2 (SquirrelMail authenticated user bkoenig) by webmail.alpha-tierchen.de with HTTP; Sat, 1 Mar 2008 08:46:37 +0100 (CET) Message-ID: <52031.192.168.1.2.1204357597.squirrel@webmail.alpha-tierchen.de> Date: Sat, 1 Mar 2008 08:46:37 +0100 (CET) From: =?iso-8859-1?Q?Bj=F6rn_K=F6nig?= To: questions@freebsd.org User-Agent: SquirrelMail/1.4.13 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: Subject: remote startup scripts 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: Sat, 01 Mar 2008 08:16:54 -0000 Hello, I have a setup where /usr/local is actually not a local file system. It's NFS. My problem is that the initialization scripts doesn't seem to consider that startup scripts could be remote. Am I right or are there options that I missed yet? Please don't tell me that /usr/local is intended for local files. Imagine that you have /usr/remote additionally. Björn