Source-Changes archive

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

CVS commit: basesrc/usr.sbin/mtree



Module Name:    basesrc
Committed By:   lukem
Date:           Mon Oct  1 02:30:40 UTC 2001

Modified Files:
        basesrc/usr.sbin/mtree: compare.c create.c extern.h mtree.8 mtree.c
            spec.c

Log Message:
- implement -D  - dump the specfile out in a manner that's parseable
  by various tools
- implement -R key  - remove the given key(s) from the list of keys to print
  (now it's possible with "-k type -R type" to remove all keys :)
- rename ftype() to nodetype(), and make it public
- use pwcache(3) functions instead of get{gr,pw}{nam,uid}(3)
- add dump_nodes(), which provides the guts for -D.


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 basesrc/usr.sbin/mtree/compare.c
cvs rdiff -r1.29 -r1.30 basesrc/usr.sbin/mtree/create.c
cvs rdiff -r1.11 -r1.12 basesrc/usr.sbin/mtree/extern.h
cvs rdiff -r1.15 -r1.16 basesrc/usr.sbin/mtree/mtree.8
cvs rdiff -r1.17 -r1.18 basesrc/usr.sbin/mtree/mtree.c
cvs rdiff -r1.24 -r1.25 basesrc/usr.sbin/mtree/spec.c

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