Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/doc mention how to fix protocols.



details:   https://anonhg.NetBSD.org/src/rev/1eb142a3c936
branches:  trunk
changeset: 781226:1eb142a3c936
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Aug 28 07:55:01 2012 +0000

description:
mention how to fix protocols.

diffstat:

 doc/3RDPARTY |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 5f2f8f54a2cd -r 1eb142a3c936 doc/3RDPARTY
--- a/doc/3RDPARTY      Tue Aug 28 07:53:45 2012 +0000
+++ b/doc/3RDPARTY      Tue Aug 28 07:55:01 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: 3RDPARTY,v 1.963 2012/08/26 15:41:01 apb Exp $
+#      $NetBSD: 3RDPARTY,v 1.964 2012/08/28 07:55:01 christos Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -1270,6 +1270,11 @@
 4. Run:
        services_mkdb -u services > /usr/src/etc/services
        cp protocols /usr/src/etc/protocols
+5. Fix protocols
+   - fix manet alias to MANET; giving an alias with the same name is a no/op
+   - protocol 84 is defined for as ttp and iptm, merge the two entries since
+     libc getprotoent() does not read the whole file and merge in the "files"
+     implementation.
 
 Package:       pigz
 Version:       2.1.6



Home | Main Index | Thread Index | Old Index