From owner-freebsd-doc@FreeBSD.ORG Fri May 2 23:00:05 2008 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9CAF106567F for ; Fri, 2 May 2008 23:00:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 889908FC19 for ; Fri, 2 May 2008 23:00:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m42N05oZ019771 for ; Fri, 2 May 2008 23:00:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m42N05BP019770; Fri, 2 May 2008 23:00:05 GMT (envelope-from gnats) Resent-Date: Fri, 2 May 2008 23:00:05 GMT Resent-Message-Id: <200805022300.m42N05BP019770@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gabor PALI Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E1CF81065670 for ; Fri, 2 May 2008 22:59:08 +0000 (UTC) (envelope-from pali.gabor@googlemail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.154]) by mx1.freebsd.org (Postfix) with ESMTP id 678C48FC0C for ; Fri, 2 May 2008 22:59:08 +0000 (UTC) (envelope-from pali.gabor@googlemail.com) Received: by fg-out-1718.google.com with SMTP id 13so3037277fge.35 for ; Fri, 02 May 2008 15:59:07 -0700 (PDT) Received: by 10.86.90.13 with SMTP id n13mr6049225fgb.3.1209769147037; Fri, 02 May 2008 15:59:07 -0700 (PDT) Received: from pgj@FreeBSD.org ( [80.98.116.90]) by mx.google.com with ESMTPS id o11sm6121338fkf.16.2008.05.02.15.59.04 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 02 May 2008 15:59:06 -0700 (PDT) Received: by pgj@FreeBSD.org (sSMTP sendmail emulation); Sat, 3 May 2008 00:58:56 +0200 Message-Id: <481b9cba.0bbf5e0a.1515.ffffb344@mx.google.com> Date: Sat, 3 May 2008 00:58:56 +0200 From: "Gabor PALI" Sender: =?UTF-8?B?UMOBTEkgR8OhYm9yIErDoW5vcw==?= To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: docs/123348: [patch] Update the Restart of inetd(8) in Handbook Section 18.15.4 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gabor PALI List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2008 23:00:05 -0000 >Number: 123348 >Category: docs >Synopsis: [patch] Update the Restart of inetd(8) in Handbook Section 18.15.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Fri May 02 23:00:05 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Gabor PALI >Release: FreeBSD 6.3-STABLE i386 >Organization: >Environment: System: FreeBSD disznohal 6.3-STABLE FreeBSD 6.3-STABLE #4: Fri Apr 4 23:29:43 CEST 2008 dezzy@disznohal:/usr/obj/usr/src/sys/GENERIC_ i386 >Description: Section 18.15.4 in the FreeBSD Handbook contains an old method for restarting the inetd(8) daemon. I think this should be updated to use rc(8) scripts. >How-To-Repeat: >Fix: --- disks.patch.4.diff begins here --- Index: chapter.sgml =================================================================== RCS file: /doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml,v retrieving revision 1.282 diff -u -r1.282 chapter.sgml --- chapter.sgml 25 Mar 2008 08:43:38 -0000 1.282 +++ chapter.sgml 2 May 2008 22:52:55 -0000 @@ -3433,7 +3433,7 @@ Now restart inetd: - &prompt.root; kill -HUP `cat /var/run/inetd.pid` + &prompt.root; /etc/rc.d/inetd restart --- disks.patch.4.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: