History log of /openbsd-src/distrib/syspatch/diff.sh (Results 1 – 6 of 6)
Revision Date Author Comments
# 55596083 12-May-2019 robert <robert@openbsd.org>

use readlink(1) on each file that we think is different to ensure that
only the resolved path is included

ok ajacoutot@, tb@


# 1dae96de 21-Aug-2017 ajacoutot <ajacoutot@openbsd.org>

Add a comment about why we need to ignore the timestamps on perl man pages
(Pod::Man adds the current date to the manuals).

ok robert@


# 91f6d3a5 21-Aug-2017 ajacoutot <ajacoutot@openbsd.org>

Catch non existent files (in case a syspatch would _add_ a new file).


# 5c55e62a 05-Jun-2017 robert <robert@openbsd.org>

do not remove used files from the fakeroot


# 1947100d 22-Apr-2017 robert <robert@openbsd.org>

do not leave temp files after the diffing is done


# a4d73c59 22-Apr-2017 robert <robert@openbsd.org>

Add a small shell script to be used by syspatch to diff the fake root
directories for changes due to the fact that we have to do some "magic"
to figure out if things have really changed.