Date: Wed, 17 Sep 2003 06:16:07 +0200 (CEST) From: Alain Kalker <miki@dds.nl> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Alain Kalker <miki@dds.nl> Subject: conf/56939: [PATCH] Typo in /etc/services (ref: conf/55125) Message-ID: <200309170416.h8H4G7eu004085@wit401402.student.utwente.nl> Resent-Message-ID: <200309170420.h8H4KH8J072394@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 56939
>Category: conf
>Synopsis: [PATCH] Typo in /etc/services (ref: conf/55125)
>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: Tue Sep 16 21:20:17 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: Alain Kalker
>Release: FreeBSD 4.9-PRERELEASE i386
>Organization:
University of Twente, The Netherlands
>Environment:
System: FreeBSD wit401402.student.utwente.nl 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #0: Wed Sep 3 22:56:05 CEST 2003 jeroen@wit401402.student.utwente.nl:/usr/src/sys/compile/FIREWALL i386
>Description:
Misspelled protocol name ('tdp' instead of 'tcp') in /etc/services.
Probably introduced after closing conf/55125 ([PATCH] add AODV (654/udp) to /etc/services).
>How-To-Repeat:
>Fix:
See attached patch
--- services.patch begins here ---
--- /usr/src/etc/services.orig Sat Aug 9 05:02:43 2003
+++ /usr/src/etc/services Wed Sep 17 05:32:02 2003
@@ -1093,7 +1093,7 @@
ginad 634/udp
ldaps 636/tcp sldap #ldap protocol over TLS/SSL
ldaps 636/udp sldap
-aodv 654/tdp #Ad-Hoc On-Demand Distance Vector Routing Protocol
+aodv 654/tcp #Ad-Hoc On-Demand Distance Vector Routing Protocol
aodv 654/udp #Ad-Hoc On-Demand Distance Vector Routing Protocol
mdqs 666/tcp
mdqs 666/udp
--- services.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309170416.h8H4G7eu004085>
