| Summary: | amd.8 points to old web-page | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Mikhail T. <freebsd-2024> |
| Component: | Books & Articles | Assignee: | jcamou |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Mikhail T.
2004-09-14 20:10:07 UTC
Mikhail Teterin wrote: 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). Can't comment on the versioning. I do note that in CVS, the 6.0.10 sources are imported in the COLUMBIA branch. Maybe you're running an older system? Thanks for bringing the URL change and other issues to the doc team's attention. Does Mr. Zadok have another email address to add to the man page as well? Doc team: Patch, addressing only URL change, inline below. Maybe we can close this? ------------------- VI ---------------------------------------- --- amd.8 Mon Oct 18 23:40:57 2004 +++ amd.8.edit Mon Oct 18 23:41:54 2004 @@ -330,7 +330,7 @@ .%T Amd \- The 4.4 BSD Automounter .Re .Pp -.Pa http://www.cs.columbia.edu/~ezk/am-utils/ +.Pa http://www.fsl.cs.sunysb.edu/project-am-utils.html .Sh AUTHORS .An Jan-Simon Pendry Aq jsp@doc.ic.ac.uk , Department of Computing, Imperial College, London, UK. -------------------- DE ---------------------------------- Kevin Kinsey DaleCo, S.P. =3DCan't comment on the versioning. I do note that =3Din CVS, the 6.0.10 sources are imported in the COLUMBIA =3Dbranch. Maybe you're running an older system? No, the PR is old :-) =3DThanks for bringing the URL change and other issues to the doc team's =3Dattention. Actually, the safest (against future changes) URL is, probably,=20 http://www.am-utils.org/ =3DDoes Mr. Zadok have another email address to add =3Dto the man page as well? =46rom the domain's whois-record, the address is ezk@CS.SUNYSB.EDU (CC-ed).= Not=20 sure, if the author wants it be wider published though. The URL has=20 references to mailing lists. Yours, -mi In message <200410191038.05208@misha-mx.virtual-estates.net>, Mikhail Teterin writes: > =Can't comment on the versioning. I do note that > =in CVS, the 6.0.10 sources are imported in the COLUMBIA > =branch. Maybe you're running an older system? > > No, the PR is old :-) > > =Thanks for bringing the URL change and other issues to the doc team's > =attention. > > Actually, the safest (against future changes) URL is, probably, > http://www.am-utils.org/ > > =Does Mr. Zadok have another email address to add > =to the man page as well? > > From the domain's whois-record, the address is ezk@CS.SUNYSB.EDU (CC-ed). Not > sure, if the author wants it be wider published though. The URL has > references to mailing lists. > > Yours, > > -mi You can use my cs.sunysb.edu address. Although, for official am-utils stuff, I'd prefer "ezk@am-utils.org" as that will always be valid wrt Amd. Cheers, Erez. 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 Responsible Changed From-To: freebsd-doc->jcamou Take this pr. State Changed From-To: open->closed The author agrees that this pr should be closed. The man page should be updated along with the new version of am-utils. |