From owner-freebsd-hackers@FreeBSD.ORG Thu May 8 23:10:35 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABBC237B401; Thu, 8 May 2003 23:10:35 -0700 (PDT) Received: from cs.huji.ac.il (cs.huji.ac.il [132.65.16.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25A2F43FAF; Thu, 8 May 2003 23:10:35 -0700 (PDT) (envelope-from danny@cs.huji.ac.il) Received: from pampa.cs.huji.ac.il ([132.65.80.32] ident=danny) by cs.huji.ac.il with esmtp id 19E15W-0001kC-00; Fri, 09 May 2003 09:10:34 +0300 X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 To: hackers@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 09 May 2003 09:10:32 +0300 From: Danny Braniss Message-Id: cc: Doug Barton Subject: rcNG & automonter(amd) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 May 2003 06:10:36 -0000 hi, I have a problem with /etc/rc.d/amd, because of the line command_args="&" ${amd_program} gets run in the background, ldconfig failes to cache libraries in /usr/local/lib (which is automounted :-) Is there realy a need for the "&"? amd will background itself after it's done with the initialization stage anyway - and if not then it probably means trouble. danny