Index: branches/fc15-dev/server/fedora/config/etc/cron.d/check-filecaps
===================================================================
--- branches/fc15-dev/server/fedora/config/etc/cron.d/check-filecaps	(revision 1957)
+++ branches/fc15-dev/server/fedora/config/etc/cron.d/check-filecaps	(revision 1958)
@@ -1,2 +1,2 @@
 MAILTO=scripts-root@mit.edu
-27 5 * * * root find / -xdev -not -perm -o=x -prune -o -type f -print0 | xargs -0r getcap | cut -d' ' -f1 | grep -Fxvf /etc/scripts/allowed-filecaps.list | sed 's/^/Extra file_caps binary: /'
+27 5 * * * root find / -xdev -not -perm -o=x -prune -o -type f -print0 | xargs -0r /usr/sbin/getcap | cut -d' ' -f1 | grep -Fxvf /etc/scripts/allowed-filecaps.list | sed 's/^/Extra file_caps binary: /'
