From owner-freebsd-questions Wed Mar 6 19:37:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from merlot.juniper.net (natint.juniper.net [207.17.136.129]) by hub.freebsd.org (Postfix) with ESMTP id 24E7D37B400 for ; Wed, 6 Mar 2002 19:37:53 -0800 (PST) Received: from juniper.net (skumar-bsd.juniper.net [172.17.12.161]) by merlot.juniper.net (8.11.3/8.11.3) with ESMTP id g273bmT18591 for ; Wed, 6 Mar 2002 19:37:48 -0800 (PST) (envelope-from skumar@juniper.net) Message-ID: <3C86E06B.4030603@juniper.net> Date: Wed, 06 Mar 2002 19:37:15 -0800 From: Sandeep Kumar User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.8) Gecko/20020206 X-Accept-Language: en-us MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Monitoring an arbitrary daemon through init Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 Hi, init(8) man page says that , its possible to monitor a daemon by adding an entry in /etc/ttys. I added the following entry and then sent SIGHUP to init: -d "/usr/sbin/syslogd -s" unknown on syslogd didn't start. Does this feature work? If yes, can somebody send me an example entry? Thx, Sandeep To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message