freebsd-src/share/examples
Jacques Vidrine 248aee623c Add nsswitch support. By creating an /etc/nsswitch.conf file, you can
configure FreeBSD so that various databases such as passwd and group can be
looked up using flat files, NIS, or Hesiod.

= Hesiod has been added to libc (see hesiod(3)).

= A library routine for parsing nsswitch.conf and invoking callback
  functions as specified has been added to libc (see nsdispatch(3)).

= The following C library functions have been modified to use nsdispatch:
    . getgrent, getgrnam, getgrgid
    . getpwent, getpwnam, getpwuid
    . getusershell
    . getaddrinfo
    . gethostbyname, gethostbyname2, gethostbyaddr
    . getnetbyname, getnetbyaddr
    . getipnodebyname, getipnodebyaddr, getnodebyname, getnodebyaddr

= host.conf has been removed from src/etc.  rc.network has been modified
  to warn that host.conf is no longer used at boot time.  In addition, if
  there is a host.conf but no nsswitch.conf, the latter is created at boot
  time from the former.

Obtained from:	NetBSD
2000-09-06 18:16:48 +00:00
..
atm $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
bootforth Good thing about these examples is that no one uses them, so they can 2000-09-05 16:30:09 +00:00
cvsup MFS4: The stable branch is now RELENG_4 not RELENG_3. Alex changed this 2000-08-13 14:14:41 +00:00
diskless Remove binary files from source tree 2000-01-09 12:57:41 +00:00
drivers $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
etc Add nsswitch support. By creating an /etc/nsswitch.conf file, you can 2000-09-06 18:16:48 +00:00
find_interface $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
FreeBSD_version $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
ibcs2 A little COFF program (uuencoded) + README. Just do we can show 1994-10-23 19:23:50 +00:00
IPv6 Add IPv6 related docs. 2000-02-26 19:44:12 +00:00
isdn removed some obsolete information and dead links. 2000-04-20 13:37:12 +00:00
kld These patches implement dynamic sysctls. It's possible now to add 2000-07-15 10:26:04 +00:00
libvgl Use the traditional bmake magic. 1999-12-14 08:47:59 +00:00
mdoc Suggest to use .Lb macro in 2nd/3rd section manpages. 2000-04-23 14:47:26 +00:00
meteor Sweep through the tree fixing mmap() usage: 1997-01-16 21:58:40 +00:00
netgraph Add another netgraph example. This one shows how to set up a simple 2000-01-28 00:44:30 +00:00
nwclient Add examples for a mount_nwfs command. 1999-11-03 12:06:13 +00:00
perfmon $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
portal Add portal example 1998-12-15 19:05:35 +00:00
ppi make the example compile again. 2000-04-27 21:08:24 +00:00
ppp Use an MRU of 1504 with 1500 byte MRRUs 2000-08-17 14:40:42 +00:00
pppd Add various system usernames (even though I try to avoid pppd!!!) 2000-07-06 19:05:43 +00:00
printing $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
scsi_target Don't get stuck in a loop calling exit from an atexit routine. Clean 2000-07-18 04:39:36 +00:00
ses Update SES userland examples to something out of the toy stage. 2000-02-29 05:44:19 +00:00
slattach -u unit-command example 1996-02-17 19:36:08 +00:00
sliplogin syntax error in /usr/share/examples/sliplogin/slip.hosts 1998-03-02 02:52:38 +00:00
startslip Update to reflect new options 1995-09-15 20:15:10 +00:00
sunrpc Remove the -lrpclib, since it causes the build of these examples 1997-02-26 06:56:57 +00:00
worm Remove -a from mkisofs' argument list. It's the default for version 1.12.1 2000-05-25 20:12:10 +00:00
Makefile Revert previous commit. 1999-12-09 09:35:36 +00:00