Bug 139756 - url's in hifn(4) man page point to wrong sites
Summary: url's in hifn(4) man page point to wrong sites
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Books & Articles (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Christian Brueffer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-19 15:10 UTC by Patrick Oonk
Modified: 2009-10-22 09:37 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Oonk 2009-10-19 15:10:01 UTC
The hifn man pages refers, amongst others, to the following web sites:

PowerCrypt      See http://www.powercrypt.com/.  Comes with 512KB
                           SRAM.

XL-Crypt        See http://www.powercrypt.com/.  Only board based
                           on 7811 (which is faster than 7751 and has a random
                           number generator).

NetSec 7751     See http://www.netsec.net/.  Supports the most
                           IPsec sessions, with 1MB SRAM.

Both http://www.powercrypt.com/ and http://www.netsec.net/ are banner farms.

Fix: 

remove references to http://www.netsec.net/ and http://www.powercrypt.com/
Comment 1 Christian Brueffer freebsd_committer freebsd_triage 2009-10-19 15:36:21 UTC
State Changed
From-To: open->patched

Links removed in HEAD, MFC will follow. 


Comment 2 Christian Brueffer freebsd_committer freebsd_triage 2009-10-19 15:36:21 UTC
Responsible Changed
From-To: freebsd-doc->brueffer

Links removed in HEAD, MFC will follow.
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-10-19 15:37:00 UTC
Author: brueffer
Date: Mon Oct 19 14:36:12 2009
New Revision: 198232
URL: http://svn.freebsd.org/changeset/base/198232

Log:
  Powercrypt and NetSec seem to be defunct (webpages point to link farms
  and a google search yields no alternative).  Remove the links but
  keep the entries around for reference.
  
  PR:		139756
  Submitted by:	Patrick Oonk <patrick@pine.nl>
  MFC after:	3 days

Modified:
  head/share/man/man4/hifn.4

Modified: head/share/man/man4/hifn.4
==============================================================================
--- head/share/man/man4/hifn.4	Mon Oct 19 14:04:19 2009	(r198231)
+++ head/share/man/man4/hifn.4	Mon Oct 19 14:36:12 2009	(r198232)
@@ -26,7 +26,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd April 1, 2006
+.Dd October 19, 2009
 .Dt HIFN 4
 .Os
 .Sh NAME
@@ -85,17 +85,11 @@ Came as 128KB SRAM model, or 2MB DRAM mo
 .It Hifn 7751
 Reference board with 512KB SRAM.
 .It PowerCrypt
-See
-.Pa http://www.powercrypt.com/ .
 Comes with 512KB SRAM.
 .It XL-Crypt
-See
-.Pa http://www.powercrypt.com/ .
 Only board based on 7811 (which is faster than 7751 and has
 a random number generator).
 .It NetSec 7751
-See
-.Pa http://www.netsec.net/ .
 Supports the most IPsec sessions, with 1MB SRAM.
 .It Soekris Engineering vpn1201 and vpn1211
 See
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
Comment 4 Christian Brueffer freebsd_committer freebsd_triage 2009-10-22 09:36:51 UTC
State Changed
From-To: patched->closed

MFCs done.