initscripts/d7cc6f6.patch
2012-10-08 16:29:42 -04:00

20 lines
717 B
Diff

commit d7cc6f6b94ee125ec3642368493766d38992af10 (HEAD, origin/master, origin/HEAD, master)
Author: Bill Nottingham <notting@redhat.com>
Date: Mon Oct 8 16:20:56 2012 -0400
Don't pass -F to fixfiles (#863662, <dwalsh@redhat.com>)
diff --git a/systemd/fedora-autorelabel b/systemd/fedora-autorelabel
index 61dc551..689908a 100755
--- a/systemd/fedora-autorelabel
+++ b/systemd/fedora-autorelabel
@@ -27,7 +27,7 @@ relabel_selinux() {
echo $"*** Relabeling could take a very long time, depending on file"
echo $"*** system size and speed of hard drives."
- /sbin/fixfiles -F restore > /dev/null 2>&1
+ /sbin/fixfiles restore > /dev/null 2>&1
fi
rm -f /.autorelabel
systemctl --force reboot