From owner-freebsd-doc@FreeBSD.ORG Sat Feb 18 10:20:11 2006 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6517316A420 for ; Sat, 18 Feb 2006 10:20:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E17E643D48 for ; Sat, 18 Feb 2006 10:20:10 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1IAKAV9000979 for ; Sat, 18 Feb 2006 10:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1IAKAo4000978; Sat, 18 Feb 2006 10:20:10 GMT (envelope-from gnats) Resent-Date: Sat, 18 Feb 2006 10:20:10 GMT Resent-Message-Id: <200602181020.k1IAKAo4000978@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, Daniel Gerzo Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 288BE16A420 for ; Sat, 18 Feb 2006 10:19:36 +0000 (GMT) (envelope-from danger@tomas.elvandar.org) Received: from tomas.elvandar.org (tomas.elvandar.org [217.148.169.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D0D543D48 for ; Sat, 18 Feb 2006 10:19:36 +0000 (GMT) (envelope-from danger@tomas.elvandar.org) Received: by tomas.elvandar.org (Postfix, from userid 1002) id BC9C2483F51; Sat, 18 Feb 2006 10:19:34 +0000 (UTC) Message-Id: <20060218101934.BC9C2483F51@tomas.elvandar.org> Date: Sat, 18 Feb 2006 10:19:34 +0000 (UTC) From: Daniel Gerzo To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: docs/93522: [patch] use rc.d script in example describing how to restart mountd in nework-servers chapter X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Gerzo List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2006 10:20:11 -0000 >Number: 93522 >Category: docs >Synopsis: [patch] use rc.d script in example describing how to restart mountd in nework-servers chapter >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: Sat Feb 18 10:20:08 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Daniel Gerzo >Release: FreeBSD 6.1-PRERELEASE i386 >Organization: rulez.sk >Environment: System: 6.1-PRERELEASE #0: Wed Feb 15 02:22:30 CET 2006 i386 >Description: Teach users to get used to use the rc.d scripts since they are nice and easy-to-use, so reflect them in the handbok. >How-To-Repeat: >Fix: --- chapter.sgml.diff begins here --- --- /usr/home/danger/doc/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml.orig Thu Feb 16 09:44:00 2006 +++ /usr/home/danger/doc/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml Sat Feb 18 10:15:15 2006 @@ -776,10 +776,10 @@ You must restart mountd whenever you modify /etc/exports so the changes can take effect. - This can be accomplished by sending the HUP signal - to the mountd process: + This can be accomplished by invoking of the + /etc/rc.d/mountd script: - &prompt.root; kill -HUP `cat /var/run/mountd.pid` + &prompt.root; /etc/rc.d/mountd restart Alternatively, a reboot will make FreeBSD set everything up properly. A reboot is not necessary though. --- chapter.sgml.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: