summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Dalley <kevin@seti.org>1999-01-31 00:55:07 +0000
committerKevin Dalley <kevin@seti.org>1999-01-31 00:55:07 +0000
commit9a1bc2d5fcec5b5d0d98ebfbff03f1f2a553c2ec (patch)
tree6266375bab7f0821cc352d8f29b29f2d159e10c0
parent0f5c5368f6ea2deb7a4e482215e77f2d87806107 (diff)
downloadfindutils-9a1bc2d5fcec5b5d0d98ebfbff03f1f2a553c2ec.tar.gz
removed unused file cron.updatedb
-rwxr-xr-xdebian/cron.updatedb12
1 files changed, 0 insertions, 12 deletions
diff --git a/debian/cron.updatedb b/debian/cron.updatedb
deleted file mode 100755
index 24859c83..00000000
--- a/debian/cron.updatedb
+++ /dev/null
@@ -1,12 +0,0 @@
-#! /bin/sh
-#
-# cron script to update the `find.codes' database.
-#
-# Written by Ian A. Murdock <imurdock@debian.org> and
-# Kevin Dalley <kevin@aimnet.com>
-
-if [ -f /etc/update.conf ]; then
- . /etc/updatedb.conf
-fi
-
-su nobody -c "cd / && updatedb" 2>/dev/null