From owner-freebsd-doc@FreeBSD.ORG Tue Dec 14 01:10:14 2004 Return-Path: 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 0F67116A4CF for ; Tue, 14 Dec 2004 01:10:14 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CABA043D54 for ; Tue, 14 Dec 2004 01:10:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iBE1ADNW082359 for ; Tue, 14 Dec 2004 01:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iBE1ADpC082358; Tue, 14 Dec 2004 01:10:13 GMT (envelope-from gnats) Date: Tue, 14 Dec 2004 01:10:13 GMT Message-Id: <200412140110.iBE1ADpC082358@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: "Kevin D. Kinsey, DaleCo, S.P." Subject: [PATCH] Re: docs/71739: amd.8 points to old web-page X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Kevin D. Kinsey, DaleCo, S.P." List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 01:10:14 -0000 The following reply was made to PR docs/71739; it has been noted by GNATS. From: "Kevin D. Kinsey, DaleCo, S.P." To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: [PATCH] Re: docs/71739: amd.8 points to old web-page Date: Mon, 13 Dec 2004 19:05:17 -0600 Mikhail Teterin wrote: >>Number: 71739 >>Category: docs >>Synopsis: amd.8 points to old web-page >>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: Tue Sep 14 19:10:07 GMT 2004 >>Closed-Date: >>Last-Modified: >>Originator: Mikhail Teterin >>Release: FreeBSD 4.10-STABLE i386 >>Organization: >> >> >Virtual Estates, Inc. > > >>Environment: >>Description: >> >> > > Not only is our version (6.0.7) of am-utils several years behind (6.0.9 is available since > January 2003) the link to the package's web-page is now broken. The author moved to a different > college and the correct URL is now: > > http://www.fsl.cs.sunysb.edu/project-am-utils.html > > This may be worth changing in amd.8 even before importing the newer sources (6.1b4 or 6.0.8). > > > >>How-To-Repeat: >> >> > > man amd > > search for http. Try to use the link. > > > >>Fix: >>Release-Note: >>Audit-Trail: >>Unformatted: >> >> The software author, in correspondance with the filer of this PR and myself, has corrected his email address, and the project's URI. This bug should be squashed. Refer to the audit trail for details. Patch follows: ----- PATCH ------------------------------------------------------------------- --- amd.manpage Mon Dec 13 18:55:27 2004 +++ amd.manpage.edit Mon Dec 13 19:00:20 2004 @@ -330,13 +330,13 @@ .%T Amd \- The 4.4 BSD Automounter .Re .Pp -.Pa http://www.cs.columbia.edu/~ezk/am-utils/ +.Pa http://www.am-utils.org/ .Sh AUTHORS .An Jan-Simon Pendry Aq jsp@doc.ic.ac.uk , Department of Computing, Imperial College, London, UK. .Pp -.An Erez Zadok Aq ezk@cs.columbia.edu , -Department of Computer Science, Columbia University, +.An Erez Zadok Aq ezk@am-utils.org , +Department of Computer Science, SUNY at Stony Brook, New York, USA. .Pp Other authors and contributors to am-utils are listed in the ----- PATCH -------------------------------------------------------------------------- Kevin Kinsey