From owner-freebsd-questions Wed May 19 11: 5:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from unix.kawartha.com (unix.kawartha.com [204.101.15.2]) by hub.freebsd.org (Postfix) with ESMTP id 1BDFF155C1 for ; Wed, 19 May 1999 11:05:36 -0700 (PDT) (envelope-from support@kawartha.com) Received: from kawartha.com (earth.kawartha.com [204.101.15.14]) by unix.kawartha.com (8.9.1/8.8.7) with ESMTP id OAA17951; Wed, 19 May 1999 14:03:27 -0400 (EDT) Message-ID: <3742FE4D.9E78B9B1@kawartha.com> Date: Wed, 19 May 1999 14:09:17 -0400 From: OCD Support X-Mailer: Mozilla 4.51 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: George Vagner Cc: questions@FreeBSD.ORG Subject: Re: inetd References: <199905191800.LAA27472@timandpatrick.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Granted that you're logged in as root, do the following: # ps -x Look for the INETD running process (note the PID of the process) and then do: # kill -HUP pid# For example if the INETD was running as process 183 then we'd do the following: # kill -HUP 183 That should do it..:) Paul Stewart George Vagner wrote: > I made some changes to inetd.conf and wanted to know how > do i make the system reread in the new settings without > rebooting. (been up for 70 days) the sys is 2.2.8-stable. > > thanks > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message