Source-Changes archive

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

CVS commit: src/distrib/sets



Module Name:    src
Committed By:   dyoung
Date:           Wed Jan 12 01:38:04 UTC 2005

Modified Files:
        src/distrib/sets: makeplist

Log Message:
One of my users stumbled over a bug: src/distrib/sets/makeplist
uses find(1) in a non-POSIX way.  The trouble is that -maxdepth is
not an option for POSIX find(1).  His NetBSD 1.6.2 system tripped
over that.  I converted the -maxdepth uses to -prune, which is
POSIX-compatible.

While I was in makeplist, I wrote a comment about the xargs/find/read
cleverness that I use to generate the @dirrm directives.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/distrib/sets/makeplist

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index