Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/amd Replace old build structure with new reach-over...



details:   https://anonhg.NetBSD.org/src/rev/9b258f5000eb
branches:  trunk
changeset: 499426:9b258f5000eb
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Nov 20 00:24:41 2000 +0000

description:
Replace old build structure with new reach-over one.

diffstat:

 usr.sbin/amd/AUTHORS                                 |   261 -
 usr.sbin/amd/COPYING                                 |    38 -
 usr.sbin/amd/Makefile                                |     5 +-
 usr.sbin/amd/Makefile.inc                            |    24 +-
 usr.sbin/amd/amd/Makefile                            |    45 +-
 usr.sbin/amd/amd/am_ops.c                            |   460 -
 usr.sbin/amd/amd/amd.8                               |   354 -
 usr.sbin/amd/amd/amd.c                               |   542 -
 usr.sbin/amd/amd/amd.conf.5                          |   566 -
 usr.sbin/amd/amd/amfs_auto.c                         |  1602 ---
 usr.sbin/amd/amd/amfs_direct.c                       |   108 -
 usr.sbin/amd/amd/amfs_error.c                        |   152 -
 usr.sbin/amd/amd/amfs_host.c                         |   688 -
 usr.sbin/amd/amd/amfs_inherit.c                      |   202 -
 usr.sbin/amd/amd/amfs_link.c                         |   143 -
 usr.sbin/amd/amd/amfs_linkx.c                        |   105 -
 usr.sbin/amd/amd/amfs_nfsl.c                         |   239 -
 usr.sbin/amd/amd/amfs_nfsx.c                         |   534 -
 usr.sbin/amd/amd/amfs_program.c                      |   195 -
 usr.sbin/amd/amd/amfs_root.c                         |   101 -
 usr.sbin/amd/amd/amfs_toplvl.c                       |   361 -
 usr.sbin/amd/amd/amfs_union.c                        |   126 -
 usr.sbin/amd/amd/amq_subr.c                          |   504 -
 usr.sbin/amd/amd/amq_svc.c                           |   163 -
 usr.sbin/amd/amd/autil.c                             |   420 -
 usr.sbin/amd/amd/build_version.h                     |     5 -
 usr.sbin/amd/amd/clock.c                             |   250 -
 usr.sbin/amd/amd/conf.c                              |   953 --
 usr.sbin/amd/amd/conf_parse.y                        |   177 -
 usr.sbin/amd/amd/conf_tok.l                          |   188 -
 usr.sbin/amd/amd/get_args.c                          |   393 -
 usr.sbin/amd/amd/info_file.c                         |   267 -
 usr.sbin/amd/amd/info_hesiod.c                       |   202 -
 usr.sbin/amd/amd/info_ndbm.c                         |   143 -
 usr.sbin/amd/amd/info_nis.c                          |   456 -
 usr.sbin/amd/amd/info_passwd.c                       |   197 -
 usr.sbin/amd/amd/info_union.c                        |   151 -
 usr.sbin/amd/amd/map.c                               |  1114 --
 usr.sbin/amd/amd/mapc.c                              |  1229 --
 usr.sbin/amd/amd/mntfs.c                             |   337 -
 usr.sbin/amd/amd/nfs_prot_svc.c                      |   273 -
 usr.sbin/amd/amd/nfs_start.c                         |   478 -
 usr.sbin/amd/amd/nfs_subr.c                          |   619 -
 usr.sbin/amd/amd/ops_autofs.c                        |  1283 --
 usr.sbin/amd/amd/ops_cdfs.c                          |   221 -
 usr.sbin/amd/amd/ops_mfs.c                           |    57 -
 usr.sbin/amd/amd/ops_nfs.c                           |   806 -
 usr.sbin/amd/amd/ops_nfs3.c                          |    57 -
 usr.sbin/amd/amd/ops_nullfs.c                        |    57 -
 usr.sbin/amd/amd/ops_pcfs.c                          |   181 -
 usr.sbin/amd/amd/ops_tfs.c                           |    57 -
 usr.sbin/amd/amd/ops_tmpfs.c                         |    57 -
 usr.sbin/amd/amd/ops_ufs.c                           |   175 -
 usr.sbin/amd/amd/ops_umapfs.c                        |    57 -
 usr.sbin/amd/amd/ops_unionfs.c                       |    57 -
 usr.sbin/amd/amd/opts.c                              |  1325 --
 usr.sbin/amd/amd/restart.c                           |   210 -
 usr.sbin/amd/amd/rpc_fwd.c                           |   478 -
 usr.sbin/amd/amd/sched.c                             |   302 -
 usr.sbin/amd/amd/srvr_amfs_auto.c                    |   216 -
 usr.sbin/amd/amd/srvr_nfs.c                          |   871 -
 usr.sbin/amd/amd2netbsd                              |  2655 -----
 usr.sbin/amd/amq/Makefile                            |    17 +-
 usr.sbin/amd/amq/amq.8                               |   216 -
 usr.sbin/amd/amq/amq.c                               |   965 --
 usr.sbin/amd/amq/amq.h                               |    65 -
 usr.sbin/amd/amq/amq_clnt.c                          |   210 -
 usr.sbin/amd/amq/amq_xdr.c                           |   261 -
 usr.sbin/amd/doc/Makefile                            |    13 +-
 usr.sbin/amd/doc/am-utils.texi                       |  8026 ------------------
 usr.sbin/amd/doc/hlfsd.ps                            |  2719 ------
 usr.sbin/amd/doc/texinfo.tex                         |  5485 ------------
 usr.sbin/amd/doc/version.texi                        |     4 -
 usr.sbin/amd/fixmount/check_mount.c                  |    81 -
 usr.sbin/amd/fixmount/fixmount.8                     |   161 -
 usr.sbin/amd/fixmount/fixmount.c                     |   609 -
 usr.sbin/amd/fsinfo/Makefile                         |    26 +-
 usr.sbin/amd/fsinfo/conf/automounts                  |    48 -
 usr.sbin/amd/fsinfo/conf/csg_sun3                    |    18 -
 usr.sbin/amd/fsinfo/conf/csg_vax                     |    67 -
 usr.sbin/amd/fsinfo/conf/diskless_sun3_sos4          |     9 -
 usr.sbin/amd/fsinfo/conf/hosts/achilles.doc.ic.ac.uk |   116 -
 usr.sbin/amd/fsinfo/conf/hosts/bigears.doc.ic.ac.uk  |     3 -
 usr.sbin/amd/fsinfo/conf/hosts/dylan.doc.ic.ac.uk    |    68 -
 usr.sbin/amd/fsinfo/conf/hosts/flamingo.doc.ic.ac.uk |   104 -
 usr.sbin/amd/fsinfo/conf/hosts/ganymede.doc.ic.ac.uk |    33 -
 usr.sbin/amd/fsinfo/conf/hosts/gould.doc.ic.ac.uk    |   477 -
 usr.sbin/amd/fsinfo/conf/hosts/gummo.doc.ic.ac.uk    |    12 -
 usr.sbin/amd/fsinfo/conf/hosts/ivax.doc.ic.ac.uk     |    84 -
 usr.sbin/amd/fsinfo/conf/hosts/obsidian.doc.ic.ac.uk |    28 -
 usr.sbin/amd/fsinfo/conf/hosts/pelican.doc.ic.ac.uk  |   208 -
 usr.sbin/amd/fsinfo/conf/hosts/rvax.doc.ic.ac.uk     |    66 -
 usr.sbin/amd/fsinfo/conf/hosts/sky.doc.ic.ac.uk      |    79 -
 usr.sbin/amd/fsinfo/conf/hosts/svax.doc.ic.ac.uk     |    66 -
 usr.sbin/amd/fsinfo/conf/hosts/tcsun1.doc.ic.ac.uk   |     3 -
 usr.sbin/amd/fsinfo/conf/hosts/tcsun2.doc.ic.ac.uk   |     3 -
 usr.sbin/amd/fsinfo/conf/hosts/tcsun3.doc.ic.ac.uk   |     3 -
 usr.sbin/amd/fsinfo/conf/hosts/tcsun4.doc.ic.ac.uk   |     3 -
 usr.sbin/amd/fsinfo/conf/hosts/tcsun5.doc.ic.ac.uk   |     3 -
 usr.sbin/amd/fsinfo/conf/hosts/toytown.doc.ic.ac.uk  |   116 -
 usr.sbin/amd/fsinfo/conf/hosts/truth.doc.ic.ac.uk    |     9 -
 usr.sbin/amd/fsinfo/conf/hosts/tsun1.doc.ic.ac.uk    |     3 -
 usr.sbin/amd/fsinfo/conf/hosts/tsun10.doc.ic.ac.uk   |     3 -
 usr.sbin/amd/fsinfo/conf/hosts/tsun11.doc.ic.ac.uk   |     3 -
 usr.sbin/amd/fsinfo/conf/hosts/tsun12.doc.ic.ac.uk   |     3 -
 usr.sbin/amd/fsinfo/conf/hosts/tsun13.doc.ic.ac.uk   |     3 -
 usr.sbin/amd/fsinfo/conf/hosts/tsun14.doc.ic.ac.uk   |     3 -
 usr.sbin/amd/fsinfo/conf/hosts/tsun15.doc.ic.ac.uk   |     3 -
 usr.sbin/amd/fsinfo/conf/hosts/tsun16.doc.ic.ac.uk   |     3 -
 usr.sbin/amd/fsinfo/conf/hosts/tsun17.doc.ic.ac.uk   |     3 -
 usr.sbin/amd/fsinfo/conf/hosts/tsun18.doc.ic.ac.uk   |     3 -
 usr.sbin/amd/fsinfo/conf/hosts/tsun19.doc.ic.ac.uk   |     3 -
 usr.sbin/amd/fsinfo/conf/hosts/tsun2.doc.ic.ac.uk    |     3 -
 usr.sbin/amd/fsinfo/conf/hosts/tsun3.doc.ic.ac.uk    |     3 -
 usr.sbin/amd/fsinfo/conf/hosts/tsun4.doc.ic.ac.uk    |     3 -
 usr.sbin/amd/fsinfo/conf/hosts/tsun5.doc.ic.ac.uk    |     3 -
 usr.sbin/amd/fsinfo/conf/hosts/tsun6.doc.ic.ac.uk    |     3 -
 usr.sbin/amd/fsinfo/conf/hosts/tsun7.doc.ic.ac.uk    |     3 -
 usr.sbin/amd/fsinfo/conf/hosts/tsun8.doc.ic.ac.uk    |     3 -
 usr.sbin/amd/fsinfo/conf/hosts/tsun9.doc.ic.ac.uk    |     3 -
 usr.sbin/amd/fsinfo/conf/hosts/tsunfs.doc.ic.ac.uk   |   211 -
 usr.sbin/amd/fsinfo/conf/hosts/whoops.doc.ic.ac.uk   |    21 -
 usr.sbin/amd/fsinfo/conf/users                       |   106 -
 usr.sbin/amd/fsinfo/fsi_analyze.c                    |   672 -
 usr.sbin/amd/fsinfo/fsi_data.h                       |   237 -
 usr.sbin/amd/fsinfo/fsi_dict.c                       |   140 -
 usr.sbin/amd/fsinfo/fsi_gram.y                       |   437 -
 usr.sbin/amd/fsinfo/fsi_lex.l                        |   273 -
 usr.sbin/amd/fsinfo/fsi_util.c                       |   695 -
 usr.sbin/amd/fsinfo/fsinfo.8                         |   103 -
 usr.sbin/amd/fsinfo/fsinfo.c                         |   291 -
 usr.sbin/amd/fsinfo/fsinfo.h                         |   134 -
 usr.sbin/amd/fsinfo/wr_atab.c                        |   336 -
 usr.sbin/amd/fsinfo/wr_bparam.c                      |   111 -
 usr.sbin/amd/fsinfo/wr_dumpset.c                     |    98 -
 usr.sbin/amd/fsinfo/wr_exportfs.c                    |   110 -
 usr.sbin/amd/fsinfo/wr_fstab.c                       |   344 -
 usr.sbin/amd/hlfsd/hlfsd.8                           |   312 -
 usr.sbin/amd/hlfsd/hlfsd.c                           |   955 --
 usr.sbin/amd/hlfsd/hlfsd.h                           |   173 -
 usr.sbin/amd/hlfsd/homedir.c                         |   801 -
 usr.sbin/amd/hlfsd/nfs_prot_svc.c                    |   252 -
 usr.sbin/amd/hlfsd/stubs.c                           |   533 -
 usr.sbin/amd/include/am_compat.h                     |   272 -
 usr.sbin/amd/include/am_defs.h                       |  1410 ---
 usr.sbin/amd/include/am_utils.h                      |   977 --
 usr.sbin/amd/include/am_xdr_func.h                   |   205 -
 usr.sbin/amd/include/amd.h                           |   305 -
 usr.sbin/amd/include/amq_defs.h                      |   159 -
 usr.sbin/amd/include/amu_nfs_prot.h                  |    16 +-
 usr.sbin/amd/include/aux_conf.h                      |     2 +-
 usr.sbin/amd/include/config.h                        |   454 +-
 usr.sbin/amd/libamu/Makefile                         |    27 +-
 usr.sbin/amd/libamu/amu.h                            |    80 -
 usr.sbin/amd/libamu/hasmntopt.c                      |   121 -
 usr.sbin/amd/libamu/misc_rpc.c                       |   170 -
 usr.sbin/amd/libamu/mount_fs.c                       |   923 --
 usr.sbin/amd/libamu/mtab.c                           |   123 -
 usr.sbin/amd/libamu/mtabutil.c                       |   147 -
 usr.sbin/amd/libamu/nfs_prot_xdr.c                   |    61 -
 usr.sbin/amd/libamu/shlib_version                    |     2 +-
 usr.sbin/amd/libamu/tranputil.c                      |   388 -
 usr.sbin/amd/libamu/umount_fs.c                      |    91 -
 usr.sbin/amd/libamu/util.c                           |   178 -
 usr.sbin/amd/libamu/wire.c                           |   494 -
 usr.sbin/amd/libamu/xdr_func.c                       |  1157 --
 usr.sbin/amd/libamu/xutil.c                          |   907 --
 usr.sbin/amd/maps/a_master                           |    79 -
 usr.sbin/amd/maps/a_net                              |     3 -
 usr.sbin/amd/mk-amd-map/Makefile                     |    14 +-
 usr.sbin/amd/mk-amd-map/mk-amd-map.8                 |    64 -
 usr.sbin/amd/mk-amd-map/mk-amd-map.c                 |   384 -
 usr.sbin/amd/pawd/Makefile                           |    17 +-
 usr.sbin/amd/pawd/pawd.1                             |    74 -
 usr.sbin/amd/pawd/pawd.c                             |   290 -
 usr.sbin/amd/wire-test/wire-test.8                   |    72 -
 usr.sbin/amd/wire-test/wire-test.c                   |   131 -
 177 files changed, 400 insertions(+), 61775 deletions(-)

diffs (truncated from 63255 to 300 lines):

diff -r 2c78668a0647 -r 9b258f5000eb usr.sbin/amd/AUTHORS
--- a/usr.sbin/amd/AUTHORS      Mon Nov 20 00:16:18 2000 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,261 +0,0 @@
-$NetBSD: AUTHORS,v 1.1.1.7 1999/09/04 22:24:52 christos Exp $
-# -*- text -*-
-PRIMARY AUTHORS AND MAJOR CONTRIBUTORS TO AM_UTILS:
-
-Original authors of amd were the Berkeley team and especially Jan-Simon
-Pendry.  Since then many people have contributed patches.
-
-This file lists the ones who contributed major code changes, in no
-particular order, and I thank them all.  This is of course not to diminish
-the smaller contributes of the many others.  Thank you all.
-
-* Erez Zadok <ezk%cs.columbia.edu@localhost>
-
-The most significant changes were made by Erez Zadok in terms of bug fixes,
-ports, and new features added.  Erez Zadok is the current maintainer of
-am-utils, as of January 1997.
-
-There is a mailing list dedicated to developers of am-utils.  To subscribe
-to it, send mail to majordomo%majordomo.cs.columbia.edu@localhost, with the body of
-the message having the single line "subscribe amd-dev".
-
-* Randall S. Winchester <rsw%glue.umd.edu@localhost>
-
-May 7, 1997: contributed a special version of upl102 that included NFS V.3
-support.  Some of the code was contributed by Christos Zoulas
-<christos%deshaw.com@localhost>.  I (Erez) ported these changes to am-utils.
-
-September 12, 1997: lots of small prototype cleanups and fixes to numerous
-files.
-
-January 27, 1998: support pid files in the amd.conf file.  Provide base name
-for hesiod zone files.  Always use /etc/amd.conf if exists.
-
-August 8, 1998: add detection support for NFS V.3 for NetBSD 1.3F.
-
-February 1, 1998: fixes for NetBSD to better detect its features.
-
-* Hannes Reinecke <hare%MathI.UNI-Heidelberg.DE@localhost>
-
-Back in 1995, contributed code for linux.  A new parser for file system
-specific options that only exist under linux.
-
-* Leif Johansson <leifj%matematik.su.se@localhost>
-
-June 22, 1997: minor patch to ensure that systems without an RE library work.
-
-June 23, 1997: mount options should be properly comma limited.
-
-July 10, 1997: info_ldap.c and prototype changes to all map _init and _mtime
-functions.  Contributed scripts/amd2ldif.pl.
-
-August 4, 1997: info_ldap.c fixes and adding two new amd.conf ldap
-variables: ldap_cache_seconds and ldap_cache_maxmem.
-
-* Andreas Stolcke <stolcke%speech.sri.com@localhost>
-
-June 22, 1997: patches to ensure that proto= and vers= options work
-properly in mount tables and can be overridden.  Later on, more code
-contribued to optimize the best combination of proto/vers.
-
-July 4, 1997: patches to get NFS V.3 working under irix5.
-
-September 9, 1997: initialize all fields of mntent_t structures to 0.
-
-October 2, 1997: don't log an RPC timeout as an error but only as an info
-message.
-
-December 19, 1997: detected an FMR (Free Memory Read) in amd/mntfs.c,
-uninit_mntfs().
-
-* Danny Braniss <danny%cs.huji.ac.il@localhost>
-
-July, 6 1997: contributed patches to hesiod on bsdi3.
-
-* Tom Schmidt <tschmidt%micron.com@localhost>
-
-July 10, 1997: Recommdation to include libgdbm if libc has no dbm_open.
-Patches for netgrp(host) command.  Mods to aux/config.guess to recognize
-sun3.
-
-January 19, 1998: print correct -l option depending if system supports
-syslog and/or syslog facilities.
-
-January 29, 1998: fix for 0.0.0.0 loopback on SunOS 3.X which defines
-IFF_ROUTE instead of IFF_LOOPBACK.
-
-* Daniel S. Riley  <dsr%mail.lns.cornell.edu@localhost>
-
-July 11, 1997: fixes to DU-4.0 to support string POSIX.1 signals, and struct
-sockaddr with sa_len field.
-
-July 13, 1997: Move amd.conf parsing to before switch_option() on log/debug
-options.  Minor type wrt "ro" option in libamu/mount_fs.c.  Added more
-fillers of mnttab options, for acdirmax, acdirmin, acregmax, acregmin, noac,
-grpid, nosuid, and actimo.
-
-August 15, 1998: fix memory leak in processing of /defaults, and avoid
-accessing uninitialized memory in osf1.
-
-* Roman Hodek <Roman.Hodek%informatik.uni-erlangen.de@localhost>
-
-July 23, 1997: Got lots of patches from the Debian Linux folks, who fixed
-several generic bugs, and one serious one for Linux.  The latter involved
-using connected sockets for NFS mounts on kernels 1.3.10 and older.  Roman's
-work is baed on amd-upl102, and work from Ian Murdock <imurdock%debian.org@localhost>
-and Dominik Kubla <dominik%debian.org@localhost>.
-
-* Rainer Orth <ro%TechFak.Uni-Bielefeld.DE@localhost>
-
-August 6, 1997: assorted fixes to support hesiod-1.3, solaris 2.4 (which I
-already fixed but did not release yet), and support for $LDFLAGS at
-configure/compile time.
-
-February 24, 1998: lots of patches for ultrix 4.3 port.
-
-February 28, 1998: lots of documentation fixes!
-
-January 8, 1999: texi fixes, and more Ultrix 4.3 fixes, among others.
-
-January 11, 1999: hesiod_isup function.  Fix format errors in dlog/plog.
-Remove obsolete or unnecessary files/macros.  Don't report disabled file
-systems.  More misc fixes.
-
-February 3, 1998: don't start autofs listener unless autofs maps were in
-use.
-
-* Jason Thorpe <thorpej%nas.nasa.gov@localhost>
-
-August 25, 1997: make amd work when talking to NIS+ servers in NIS
-compatibility mode.  Fix originally came from Matthieu Herrb
-<matthieu%laas.fr@localhost>.
-
-* Chris Metcalf <metcalf%catfish.lcs.mit.edu@localhost>
-
-August 29, 1997: patch to make amd use FQHN for NFS/RPC authentication,
-useful esp. for cross-domain NFS mounts.
-September 2, 1997: if plock() succeeded, don't display errno string.
-
-* Enami Tsugutomo <enami%cv.sony.co.jp@localhost>
-
-September 4, 1997: don't ping remote servers with NFS V.3 always, but V.2,
-regardless of client's NFS version. (conf/transp/transp_sockets.c)
-
-* Dan Riley <dsr%mail.lns.cornell.edu@localhost>
-
-September 19, 1997: make sure that amd works with more secure portmappers
-that do not allow forwarding of RPC messages to other services.
-
-* Wolfgang Rupprecht <wolfgang%wsrcc.com@localhost>
-
-August 10, 1997: netbsd and other bsd systems have a mask flag for
-pcfs_args (msdos mount).
-
-* Christos Zoulas <christos%deshaw.com@localhost>
-
-September 25, 1997: fix to initialize uid/gid fields of pcfs_args_t on
-netbsd.
-
-October 10, 1997: compile time cleanups of printf()s in hlfsd code.  If nfs
-server is down or does not support a portmapper call, then mark it down as
-version 2, and try again later.
-
-* Bill Paul <wpaul%ctr.columbia.edu@localhost>
-
-November 5, 1997: NFS v.3 support for AIX 4.2.1, which does *not* include
-headers for this.  Bill had to guess at the right structures, field names,
-sizes, alignment, etc.
-
-January 15, 1999: small ldap bug fixes.
-
-* Stefan Vogel <vogel%physik-rzu.unizh.ch@localhost>
-
-November 14, 1997: typo in the subscription instructions to amd-dev.
-
-* Guntram Wolski <gwolsk%sei.com@localhost>
-
-November 15, 1997: pointed out mismatching documentation for the -o option.
-
-* Michael Hucka <hucka%eecs.umich.edu@localhost>
-
-January 11, 1997: pointed out reversed definition of NFS mount options vers
-and proto.
-
-* Albert Chin <china%pprd.abbott.com@localhost>
-
-January 12, 1998: minor bug in output of amd -H.
-
-* Thomas Richter <richter%chemie.fu-berlin.de@localhost>
-
-January 13, 1998: use case insensitive comparisons for variables that need
-it (such as all hostname related ones, and more).
-
-July 20, 1998: don't leak memory in the private version of yp_all (when
-vendor yp_all is bad).
-
-* Fred Korz <korz%smarts.com@localhost>
-
-January 30, 1998: minor typo fixed to tftp example in am-utils.texi.
-
-* Donald Buczek <buczek%MPIMG-Berlin-Dahlem.MPG.DE@localhost>
-
-March 6, 1998: correctly inherit existing NFS V.3 mounts upon restart.
-
-March 17, 1998: compare log file name and syslog string with correct length.
-
-March 20, 1998: do not close stdout in case it gets reused elsewhere and to
-allow startup script to redirect it.  Set a temporary secure umask(0022)
-before writing log file and restore it afterwards.
-
-* Matthew Crosby <mcrosby%ms.com@localhost>
-
-April 20, 1998: allow arbitrary number of interfaces in wire listing.
-
-* David O'Brien <obrien%NUXI.com@localhost>
-
-September 4, 1998: bug fix to avoid overrunning hostname buffer, and minor
-amd.conf man page typo correction.
-
-* Danny Rathjens <dkr%cs.fiu.edu@localhost>
-
-October 29, 1998: swap arguments to kill(2) in amd.c.
-
-* Mike Mitchell <mcm%unx.sas.com@localhost>
-
-November 3, 1998: amd/nfs_subr.c (nfsproc_lookup_2_svc): try to avoid a race
-condition between unmounting and re-mounting an entry, by increasing the ttl
-of a looked up entry before unmounting it.
-
-* Douglas K. Rand" <rand%aero.und.edu@localhost>
-
-December 3, 1998: case insensitive host name match for nfsl.
-
-* David Wolfskill <dhw%whistle.com@localhost>
-January 28, 1999: don't turn on/off noconn option if it was already in that
-state.
-
-* Jeffrey C Honig <jch%BSDI.COM@localhost>
-March 14, 1999: clean up more autogenerated files upon "make distclean".
-
-March 15, 1999: avoid overly verbose NIS warning even on systems that don't
-run NIS.  On BSD systems, wire.c uses getifaddrs(), sysctl(), IRS routines,
-and more fixes.  Numerous IP packet security fixes.
-
-March 16, 1999: documentation typos. new cdfs options. ufs structure
-detection for bsdi4.
-
-* Paul Balyoz <pbalyoz%sedona.ch.intel.com@localhost>
-March 26, 1999: ensure lostaltmail displays Y2K compliant dates.
-
-* Jon Peatfield <J.S.Peatfield%damtp.cam.ac.uk@localhost>
-March 30, 1999: turn off incomplete NFS V.3 support in HPUX 10.20.
-
-* Peter Breitenlohner <peb%mppmu.mpg.de@localhost>
-July 24, 1999: patch for linux 2.2.x to work with older libc5 systems, and
-nis_isup mis-logic fixes.
-
-* Dale Talcott <aeh%quest.cc.purdue.edu@localhost>
-July 26, 1999: added NFS3 support for AIX mounting.
-
-* Christophe Kalt <Christophe-Kalt%deshaw.com@localhost>
-July 14, 1999: add netgrpd() syntax function which uses FQHN.
diff -r 2c78668a0647 -r 9b258f5000eb usr.sbin/amd/COPYING
--- a/usr.sbin/amd/COPYING      Mon Nov 20 00:16:18 2000 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,38 +0,0 @@
-$NetBSD: COPYING,v 1.1.1.5 1999/02/01 18:45:36 christos Exp $
-Copyright (c) 1997-1999 Erez Zadok
-Copyright (c) 1989 Jan-Simon Pendry
-Copyright (c) 1989 Imperial College of Science, Technology & Medicine
-Copyright (c) 1989 The Regents of the University of California.
-All rights reserved.
-
-This code is derived from software contributed to Berkeley by
-Jan-Simon Pendry at Imperial College, London.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-1. Redistributions of source code must retain the above copyright
-   notice, this list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright
-   notice, this list of conditions and the following disclaimer in the
-   documentation and/or other materials provided with the distribution.
-3. All advertising materials mentioning features or use of this software
-   must display the following acknowledgment:
-     This product includes software developed by the University of
-     California, Berkeley and its contributors, as well as the Trustees of
-     Columbia University.
-4. Neither the name of the University nor the names of its contributors
-   may be used to endorse or promote products derived from this software
-   without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE



Home | Main Index | Thread Index | Old Index