Subject: Re: CVS commit: basesrc
To: Christos Zoulas <christos@zoulas.com>
From: Brian C. Grayson <bgrayson@hal.ece.utexas.edu>
List: source-changes
Date: 08/16/1999 19:41:00
On Mon, Aug 16, 1999 at 12:26:51PM -0400, Christos Zoulas wrote:
> On Aug 16,  9:01am, cgd@netbsd.org (Chris G. Demetriou) wrote:
> -- Subject: Re: CVS commit: basesrc
> 
> | christos@zoulas.com (Christos Zoulas) writes:
> | > >Log Message:
> | > >Initial checkin.  Contains some tutorial-like examples, plus configurations.
> | >
> | > The examples belong to /usr/share/examples.
> | 
> | Certainly they should be installed there, but why move examples away
> | from their programs in the source tree?!
> 
> 1. precedence

  From inspection, amd, emul, ftpd, and supfiles have their
examples in /usr/src/share.  ipf has its examples in
/usr/src/usr.sbin/ipf/rules.  Apparently I chose the wrong
program (ipf) as a measure of precedence....

  Personally, I thought having the examples bundled with the
software (but in a subdirectory thereof) made more sense.  Same
with regression tests, but precedence is against me there.  No,
wait, ipf has a test/regress subdir!  :O

  Is there any doc that sanctifies one way or the other?

  Brian