From nobody@FreeBSD.org  Fri Aug 29 13:04:52 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 35B4C106567B
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 29 Aug 2008 13:04:52 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 228948FC24
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 29 Aug 2008 13:04:52 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m7TD4pmF009621
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 29 Aug 2008 13:04:51 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m7TD4prd009620;
	Fri, 29 Aug 2008 13:04:51 GMT
	(envelope-from nobody)
Message-Id: <200808291304.m7TD4prd009620@www.freebsd.org>
Date: Fri, 29 Aug 2008 13:04:51 GMT
From: Bruce Cran <bruce@cran.org.uk>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Add OpenVPN ports to /etc/services
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         126946
>Category:       conf
>Synopsis:       [patch] Add OpenVPN ports to services(5)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 29 13:10:01 UTC 2008
>Closed-Date:    Wed Oct 21 12:58:57 CEST 2009
>Last-Modified:  Wed Oct 21 12:58:57 CEST 2009
>Originator:     Bruce Cran
>Release:        7.0-STABLE
>Organization:
>Environment:
FreeBSD gluon.draftnet 7.0-STABLE FreeBSD 7.0-STABLE #0: Sat Aug  2 23:11:08 BST 2008     brucec@gluon.draftnet:/usr/obj/usr/src/sys/MYKERNEL  i386
>Description:
The OpenVPN ports 1194/tcp and 1194/udp are missing from /etc/services.  The attached patch adds them.
>How-To-Repeat:

>Fix:
Apply the patch to /etc/services

Patch attached with submission follows:

--- /etc/services	2008-02-20 16:26:01.000000000 +0000
+++ services	2008-08-29 14:01:29.000000000 +0100
@@ -1521,6 +1521,8 @@
 nfa		1155/udp   #Network File Access
 phone		1167/udp   #conference calling
 skkserv		1178/tcp   #SKK (kanji input)
+openvpn		1194/tcp
+openvpn		1194/udp
 lupa		1212/tcp
 lupa		1212/udp
 nerv		1222/tcp   #SNI R&D network


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: brueffer 
State-Changed-When: Wed Oct 21 12:57:42 CEST 2009 
State-Changed-Why:  
An equivalent patch was committed to HEAD by rpaulo in r197728.  Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=126946 
>Unformatted:
