Bug 174912

Summary: handbook external referenced site is now 404
Product: Documentation Reporter: Diane Bruce <db>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Diane Bruce 2013-01-02 21:00:00 UTC

    
Comment 1 Marc Fonvieille freebsd_committer freebsd_triage 2013-01-03 09:25:03 UTC
On Wed, Jan 02, 2013 at 03:55:53PM -0500, Diane Bruce wrote:
> 
> >Number:         174912
> >Category:       docs
> >Synopsis:       handbook external referenced site is now 404
> >Confidential:   no
> >Severity:       non-critical
> >Priority:       low
> >Responsible:    freebsd-doc
> >State:          open
> >Quarter:        
> >Keywords:       
> >Date-Required:
> >Class:          sw-bug
> >Submitter-Id:   current-users
> >Arrival-Date:   Wed Jan 02 21:00:00 UTC 2013
> >Closed-Date:
> >Last-Modified:
> >Originator:     Diane Bruce
> >Release:        FreeBSD 9.0-RELEASE amd64
> >Organization:
> If I told you, I'd have to shoot you.
> >Environment:
> System: FreeBSD night.db.net 9.0-RELEASE FreeBSD 9.0-RELEASE #11: Sat Jun 30 08:32:31 EST 2012 root@night.db.net:/usr/obj/usr/src/sys/GENERIC amd64
> 
> 
> 	
> >Description:
> 	
> >How-To-Repeat:
> 	
> >Fix:
> 
> 	
> 
> 
> Index: en_US.ISO8859-1/books/handbook/firewalls/chapter.xml
> ===================================================================
> --- en_US.ISO8859-1/books/handbook/firewalls/chapter.xml	(revision 40533)
> +++ en_US.ISO8859-1/books/handbook/firewalls/chapter.xml	(working copy)
> @@ -535,8 +535,6 @@
>  
>      <para>For detailed explanation of the legacy rules processing
>        method see: <ulink
> -	url="http://www.obfuscation.org/ipf/ipf-howto.html#TOC_1"></ulink>
> -      and <ulink
>  	url="http://coombs.anu.edu.au/~avalon/ip-filter.html"></ulink>.</para>
>  
>      <para>The IPF FAQ is at <ulink

Available at: http://www.munk.me.uk/ipf/ipf-howto.html

-- 
Marc
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-01-03 09:34:58 UTC
Author: blackend
Date: Thu Jan  3 09:34:50 2013
New Revision: 40534
URL: http://svnweb.freebsd.org/changeset/doc/40534

Log:
  Fix a broken link.
  
  PR:		docs/174912
  Submitted by:	Diane Bruce <db@db.net>

Modified:
  head/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml	Wed Jan  2 10:56:15 2013	(r40533)
+++ head/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml	Thu Jan  3 09:34:50 2013	(r40534)
@@ -535,7 +535,7 @@ options         ALTQ_NOPCC      # Requir
 
     <para>For detailed explanation of the legacy rules processing
       method see: <ulink
-	url="http://www.obfuscation.org/ipf/ipf-howto.html#TOC_1"></ulink>
+	url="http://www.munk.me.uk/ipf/ipf-howto.html"></ulink>
       and <ulink
 	url="http://coombs.anu.edu.au/~avalon/ip-filter.html"></ulink>.</para>
 
_______________________________________________
svn-doc-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org"
Comment 3 Marc Fonvieille freebsd_committer freebsd_triage 2013-01-03 09:35:00 UTC
State Changed
From-To: open->closed

Fixed with http://www.munk.me.uk/ipf/ipf-howto.html.  Thanks.