Date: Wed, 19 May 1999 14:09:17 -0400 From: OCD Support <support@kawartha.com> To: George Vagner <vagner@www.timandpatrick.com> Cc: questions@FreeBSD.ORG Subject: Re: inetd Message-ID: <3742FE4D.9E78B9B1@kawartha.com> References: <199905191800.LAA27472@timandpatrick.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3742FE4D.9E78B9B1>