From owner-freebsd-questions Thu Apr 4 1:28:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rhadamanth.submonkey.net (pc4-card4-0-cust162.cdf.cable.ntl.com [80.4.14.162]) by hub.freebsd.org (Postfix) with ESMTP id 8F95C37B41B for ; Thu, 4 Apr 2002 01:28:22 -0800 (PST) Received: from setantae by rhadamanth.submonkey.net with local (Exim 3.35 #1) id 16t3XL-0001YC-00; Thu, 04 Apr 2002 10:28:07 +0100 Date: Thu, 4 Apr 2002 10:28:07 +0100 From: Ceri To: Martin Schweizer Cc: freebsd-questions@freebsd.org Subject: Re: rc.shutdown Message-ID: <20020404092807.GA4598@submonkey.net> Mail-Followup-To: Ceri , Martin Schweizer , freebsd-questions@freebsd.org References: <20020403230833.A293@spectraweb.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020403230833.A293@spectraweb.ch> User-Agent: Mutt/1.3.28i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Apr 03, 2002 at 11:08:33PM +0200, Martin Schweizer wrote: > Hello > > I want to shutdown my dhcpd with /bin/kill 'cat /var/run/dhcpd.pid'. I set > this in rc.shutdown but nothing occurs. In man pages and READMEs I didn't > found anything (only an example man rc). What do I wrong? On top of what others have pointed out, you should be using backticks there (namely `, note the difference between ` and '). Ceri -- keep a mild groove on To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message