From owner-freebsd-questions Thu Oct 11 1:26:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cartman.private.techsupport.co.uk (cabletel1.cableol.net [194.168.3.4]) by hub.freebsd.org (Postfix) with ESMTP id 098D037B403 for ; Thu, 11 Oct 2001 01:26:16 -0700 (PDT) Received: from ceri by cartman.private.techsupport.co.uk with local (Exim 3.31 #1) id 15rb9U-0001Fh-00; Thu, 11 Oct 2001 09:25:12 +0100 Date: Thu, 11 Oct 2001 09:25:12 +0100 From: Ceri To: Scott Gerhardt Cc: FreeBSD Subject: Re: ftpd logging Message-ID: <20011011092512.A2103@cartman.private.techsupport.co.uk> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from scott@gerhardt-it.com on Wed, Oct 10, 2001 at 02:48:24PM -0600 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, Oct 10, 2001 at 02:48:24PM -0600, Scott Gerhardt said: > 4.) > Restarted syslogd and inetd just to be sure changes are read. > kill -HUP 'cat /var/run/syslog.pid' > kill -HUP 'cat /var/run/inetd.pid' Those should be backticks : kill -HUP `cat /var/run/syslog.pid` kill -HUP `cat /var/run/inetd.pid` Ceri -- We've tried this God stuff long enough. It's time for a change. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message