From 92adf9c049a93fd85f9ab112e833ea8eb6054dd2 Mon Sep 17 00:00:00 2001 From: Kevin Dalley Date: Mon, 21 Oct 1996 08:16:01 +0000 Subject: [PATCH] renamed from ../cron.find --- debian/cron.find | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 debian/cron.find diff --git a/debian/cron.find b/debian/cron.find new file mode 100644 index 00000000..2f679c15 --- /dev/null +++ b/debian/cron.find @@ -0,0 +1,7 @@ +#! /bin/sh +# +# cron script to update the `find.codes' database. +# +# Written by Ian A. Murdock . + +su nobody -c "cd / && updatedb" 2>/dev/null