Make the unowned files check skip /proc
[mirror/dsa-nagios.git] / dsa-nagios-checks / sbin / dsa-update-unowned-file-status
index 746d3b2..9220888 100755 (executable)
@@ -17,4 +17,4 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 # USA
 
-find / -nouser > /var/cache/dsa/nagios/nouser
+find / -path /proc -prune -o -nouser > /var/cache/dsa/nagios/nouser