-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 This patch looks good to me. acked. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk/I+3MACgkQrlYvE4MpobNNQACg6CXWgr8v1DY6kdMmJ3HCtnV1 7LsAnjmxrcah+2K+q9ozoBfvXtKCOJIl =K61K -----END PGP SIGNATURE-----
>From 6f4031165b1dd8799477bbb718e9aef04a77a995 Mon Sep 17 00:00:00 2001 From: Dan Walsh <dwalsh@xxxxxxxxxx> Date: Tue, 29 May 2012 09:30:04 -0400 Subject: [PATCH 75/90] Fixfiles needs to tell restorecon to ignore missing paths. --- policycoreutils/scripts/fixfiles | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policycoreutils/scripts/fixfiles b/policycoreutils/scripts/fixfiles index 779a6a1..989b1ae 100755 --- a/policycoreutils/scripts/fixfiles +++ b/policycoreutils/scripts/fixfiles @@ -176,7 +176,7 @@ if [ -f ${PREFC} -a -x /usr/bin/diff ]; then esac; \ fi; \ done | \ - ${RESTORECON} -f - -R -p `exclude_dirs`; \ + ${RESTORECON} -i -f - -R -p `exclude_dirs`; \ rm -f ${TEMPFILE} ${PREFCTEMPFILE} fi } -- 1.7.10.2