Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Feb 1998 19:38:44 -0800 (PST)
From:      Bill Paul <wpaul@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG
Subject:   cvs commit: src/usr.sbin/ypserv Makefile.yp
Message-ID:  <199802130338.TAA27079@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wpaul       1998/02/12 19:38:43 PST

  Modified files:
    usr.sbin/ypserv      Makefile.yp 
  Log:
  Close PR #2206: fix the services.byname target so that it can handle
  /etc/services entries with any protocol instead of just udp and tcp.
  Rather thani having the awk script explicitly search for 'udp' or 'tcp'
  in the second field using index(), use split() to break up the field
  at the '/' character if it exists, which extracts the protocol from
  the field no matter what it is.
  
  PR: 2206
  
  Revision  Changes    Path
  1.21      +7 -5      src/usr.sbin/ypserv/Makefile.yp

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802130338.TAA27079>