From 715174efeb20b9ca5e665da8b62402b62802fd66 Mon Sep 17 00:00:00 2001 From: kevin Date: Tue, 24 Dec 1996 06:59:51 +0000 Subject: [PATCH] renamed from cron.find --- debian/cron.updatedb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 debian/cron.updatedb diff --git a/debian/cron.updatedb b/debian/cron.updatedb new file mode 100755 index 0000000..24859c8 --- /dev/null +++ b/debian/cron.updatedb @@ -0,0 +1,12 @@ +#! /bin/sh +# +# cron script to update the `find.codes' database. +# +# Written by Ian A. Murdock and +# Kevin Dalley + +if [ -f /etc/update.conf ]; then + . /etc/updatedb.conf +fi + +su nobody -c "cd / && updatedb" 2>/dev/null -- 2.11.4.GIT