aboutsummaryrefslogtreecommitdiff
path: root/Tools/scripts/parse-kdump.tcl
Commit message (Collapse)AuthorAgeFilesLines
* Remove traling spaces.Kirill Ponomarev2005-01-091-2/+2
| | | | Notes: svn path=/head/; revision=125941
* This tool parses the output of kdump to generate a list of addedEdwin Groothuis2003-04-041-0/+199
and removed files. This can be used as the basis of a pkg-plist, or even just for curiosity about what files something is touching. Fairly raw at the moment, and doubtless inefficient, but it should make a useful tool for port creators. PR: ports/47424 Submitter: Daniel O'Connor <doconnor@gsoft.com.au> Notes: svn path=/head/; revision=78167