From owner-freebsd-ports@FreeBSD.ORG Thu Mar 23 15:06:14 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DD7816A424 for ; Thu, 23 Mar 2006 15:06:14 +0000 (UTC) (envelope-from jdc@parodius.com) Received: from mx1.parodius.com (mx1.parodius.com [64.62.145.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73E8243D53 for ; Thu, 23 Mar 2006 15:06:13 +0000 (GMT) (envelope-from jdc@parodius.com) Received: by mx1.parodius.com (Postfix, from userid 500) id 4D2D85FD3; Thu, 23 Mar 2006 07:06:13 -0800 (PST) Date: Thu, 23 Mar 2006 07:06:13 -0800 From: Jeremy Chadwick To: freebsd-ports@freebsd.org Message-ID: <20060323150613.GA95356@pentarou.parodius.com> Mail-Followup-To: freebsd-ports@freebsd.org References: <20060323122624.GA94485@twisted.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060323122624.GA94485@twisted.net> X-PGP-Key: http://jdc.parodius.com/pubkey.asc User-Agent: Mutt/1.5.11 Subject: Re: Dracd startup script giving $command_interpreter upon boot X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Mar 2006 15:06:14 -0000 Shot in the dark: Could it have something to do with this in dracd.sh (note where the variable expansion is being placed)? command="/usr/local/sbin/rpc.dracd "${dracd_flags} -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. | On Thu, Mar 23, 2006 at 06:26:24AM -0600, Troy wrote: > I recently installed drac-1.12_4 using RELENG_6 and it's working fine but upon startup I > get an error > > /etc/rc: WARNING: $command_interpreter -i !=xELFxxx > [: /usr/local/sbin/rpc.dracd: unexpected operator > > My settings in rc.conf are straight forward > > dracd_enable="YES" > dracd_flags="-i -e 5 /usr/local/etc/postfix/dracd.db" > > I can't see what would be causing this strange error on startup. I'm using > the default rc script that came with the port. > > Thoughts? > > -Troy > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"