Date: Fri, 29 Aug 2008 13:04:51 GMT From: Bruce Cran <bruce@cran.org.uk> To: freebsd-gnats-submit@FreeBSD.org Subject: conf/126946: Add OpenVPN ports to /etc/services Message-ID: <200808291304.m7TD4prd009620@www.freebsd.org> Resent-Message-ID: <200808291310.m7TDA1el049481@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 126946 >Category: conf >Synopsis: Add OpenVPN ports to /etc/services >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Aug 29 13:10:01 UTC 2008 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808291304.m7TD4prd009620>