Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Oct 2001 09:25:12 +0100
From:      Ceri <ceri@techsupport.co.uk>
To:        Scott Gerhardt <scott@gerhardt-it.com>
Cc:        FreeBSD <freebsd-questions@FreeBSD.ORG>
Subject:   Re: ftpd logging
Message-ID:  <20011011092512.A2103@cartman.private.techsupport.co.uk>
In-Reply-To: <KPEMLBLEMPMHGLJOCDEGAEIDCJAA.scott@gerhardt-it.com>; from scott@gerhardt-it.com on Wed, Oct 10, 2001 at 02:48:24PM -0600
References:  <KPEMLBLEMPMHGLJOCDEGAEIDCJAA.scott@gerhardt-it.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011011092512.A2103>