freebsd-dev/usr.sbin/ypserv
Bill Paul f44298df59 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
1998-02-13 03:38:41 +00:00
..
Makefile Fix a bug in the database handle caching. This has to do with the way the 1998-02-11 19:15:32 +00:00
Makefile.yp Close PR #2206: fix the services.byname target so that it can handle 1998-02-13 03:38:41 +00:00
yp_access.c Typos in man page. Cosmetics in error strings. 1997-10-29 07:25:05 +00:00
yp_dblookup.c Fix a bug in the database handle caching. This has to do with the way the 1998-02-11 19:15:32 +00:00
yp_dnslookup.c Typos in man page. Cosmetics in error strings. 1997-10-29 07:25:05 +00:00
yp_error.c Typos in man page. Cosmetics in error strings. 1997-10-29 07:25:05 +00:00
yp_extern.h Typos in man page. Cosmetics in error strings. 1997-10-29 07:25:05 +00:00
yp_main.c Fix a bug in the database handle caching. This has to do with the way the 1998-02-11 19:15:32 +00:00
yp_server.c Fix a bug in the database handle caching. This has to do with the way the 1998-02-11 19:15:32 +00:00
yp_svc_udp.c Typos in man page. Cosmetics in error strings. 1997-10-29 07:25:05 +00:00
ypinit.8 Some touchups courtesy of Philippe Charnier. 1997-11-16 03:49:12 +00:00
ypinit.sh Some touchups courtesy of Philippe Charnier. 1997-11-16 03:49:12 +00:00
ypserv.8 Fix typo: 129.168.128.0 -> 192.168.128.0 1997-11-01 15:55:09 +00:00