From owner-freebsd-doc@FreeBSD.ORG Fri May 2 17:00:08 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 F1394106564A for ; Fri, 2 May 2008 17:00:07 +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 C8E6B8FC16 for ; Fri, 2 May 2008 17:00:07 +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 m42H07rH090022 for ; Fri, 2 May 2008 17:00:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m42H07ee090021; Fri, 2 May 2008 17:00:07 GMT (envelope-from gnats) Resent-Date: Fri, 2 May 2008 17:00:07 GMT Resent-Message-Id: <200805021700.m42H07ee090021@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 8AFA31065672 for ; Fri, 2 May 2008 16:53:34 +0000 (UTC) (envelope-from pali.gabor@googlemail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.185]) by mx1.freebsd.org (Postfix) with ESMTP id 18BA58FC1A for ; Fri, 2 May 2008 16:53:33 +0000 (UTC) (envelope-from pali.gabor@googlemail.com) Received: by fk-out-0910.google.com with SMTP id k31so1353586fkk.11 for ; Fri, 02 May 2008 09:53:32 -0700 (PDT) Received: by 10.86.28.5 with SMTP id b5mr4158304fgb.7.1209747212709; Fri, 02 May 2008 09:53:32 -0700 (PDT) Received: from pgj@FreeBSD.org ( [80.98.116.90]) by mx.google.com with ESMTPS id p38sm5343393fke.17.2008.05.02.09.53.30 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 02 May 2008 09:53:31 -0700 (PDT) Received: by pgj@FreeBSD.org (sSMTP sendmail emulation); Fri, 2 May 2008 18:53:29 +0200 Message-Id: <481b470b.26a75e0a.1b85.6f1b@mx.google.com> Date: Fri, 2 May 2008 18:53:29 +0200 From: "Gabor PALI" Sender: =?UTF-8?B?UMOBTEkgR8OhYm9yIErDoW5vcw==?= To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: docs/123335: [patch] Fix Tags for make(1) in Handbook Section 14.9 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 17:00:08 -0000 >Number: 123335 >Category: docs >Synopsis: [patch] Fix Tags for make(1) in Handbook Section 14.9 >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 17:00:07 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: There are some misused tags for make(1) in the FreeBSD Handbook, Section 14.9 (OpenSSL). I created a patch to rewrite them in the canonical make maketarget format. >How-To-Repeat: >Fix: --- security.patch.2.diff begins here --- Index: chapter.sgml =================================================================== RCS file: /doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml,v retrieving revision 1.320 diff -u -r1.320 chapter.sgml --- chapter.sgml 3 Feb 2008 10:26:16 -0000 1.320 +++ chapter.sgml 2 May 2008 16:44:13 -0000 @@ -2966,11 +2966,11 @@ is the directory to be used for storing the certificate and key files locally. The last few requirements are a rebuild of the local .cf file. This is easily - achieved by typing make - install within the + achieved by typing make + install within the /etc/mail - directory. Follow that up with make - restart which should start the + directory. Follow that up with make + restart which should start the Sendmail daemon. If all went well there will be no error messages in the --- security.patch.2.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: