From owner-freebsd-current@FreeBSD.ORG Sat Jun 7 03:13:17 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60AE737B401 for ; Sat, 7 Jun 2003 03:13:17 -0700 (PDT) Received: from cs.huji.ac.il (cs.huji.ac.il [132.65.16.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA2D943F3F for ; Sat, 7 Jun 2003 03:13:16 -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 19OahH-000Aao-00 for freebsd-current@freebsd.org; Sat, 07 Jun 2003 13:13:15 +0300 X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 To: freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 07 Jun 2003 13:13:15 +0300 From: Danny Braniss Message-Id: Subject: rcNG & automonter(amd) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jun 2003 10:13:17 -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