From owner-freebsd-questions@FreeBSD.ORG Tue Apr 27 10:48:32 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C246E16A4CE for ; Tue, 27 Apr 2004 10:48:32 -0700 (PDT) Received: from smtp.thilelli.net (jgabel.net1.nerim.net [80.65.226.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 611E643D64 for ; Tue, 27 Apr 2004 10:48:32 -0700 (PDT) (envelope-from jpeg@thilelli.net) Received: from localhost (localhost.thilelli.net [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id E87B878C50 for ; Tue, 27 Apr 2004 19:48:18 +0200 (CEST) Received: from bento.thilelli.net ([127.0.0.1]) by localhost (bento.thilelli.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 55253-01-2 for ; Tue, 27 Apr 2004 19:48:18 +0200 (CEST) Received: from webmail.thilelli.net (localhost.thilelli.net [127.0.0.1]) by bento.thilelli.net (Postfix) with SMTP id 2683678C70 for ; Tue, 27 Apr 2004 19:48:18 +0200 (CEST) Received: from 192.168.0.105 (SquirrelMail authenticated user jgabel) by webmail.thilelli.net with HTTP; Tue, 27 Apr 2004 19:48:18 +0200 (CEST) Message-ID: <52049.192.168.0.105.1083088098.squirrel@webmail.thilelli.net> In-Reply-To: <87k701uxtg.fsf@strauser.com> References: <5.2.1.1.0.20040426144650.02f87240@pop.courtesymortgage.com> <87k701uxtg.fsf@strauser.com> Date: Tue, 27 Apr 2004 19:48:18 +0200 (CEST) From: "Julien Gabel" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal X-Virus-Scanned: by amavisd-new at thilelli.net Subject: Re: Question on inetd.conf X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2004 17:48:32 -0000 >> How do you restart inetd.conf after you make a change, without >> rebooting? On FreeBSD-4.X, you can try: # kill -HUP `cat /var/run/inetd.pid` -- -jpeg.