summaryrefslogtreecommitdiffstats
path: root/distrib/syspatch/diff.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use readlink(1) on each file that we think is different to ensure thatrobert2019-05-121-6/+20
| | | | | | only the resolved path is included ok ajacoutot@, tb@
* Add a comment about why we need to ignore the timestamps on perl man pagesajacoutot2017-08-211-1/+4
| | | | | | (Pod::Man adds the current date to the manuals). ok robert@
* Catch non existent files (in case a syspatch would _add_ a new file).ajacoutot2017-08-211-3/+3
|
* do not remove used files from the fakerootrobert2017-06-051-2/+1
|
* do not leave temp files after the diffing is donerobert2017-04-221-2/+2
|
* Add a small shell script to be used by syspatch to diff the fake rootrobert2017-04-221-0/+49
directories for changes due to the fact that we have to do some "magic" to figure out if things have really changed.