summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/slocate/files/slocate-3.1-cron.patch')
-rw-r--r--sys-apps/slocate/files/slocate-3.1-cron.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/sys-apps/slocate/files/slocate-3.1-cron.patch b/sys-apps/slocate/files/slocate-3.1-cron.patch
deleted file mode 100644
index 72c562d8a080..000000000000
--- a/sys-apps/slocate/files/slocate-3.1-cron.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- debian/cron.daily
-+++ debian/cron.daily
-@@ -1,12 +1,11 @@
- #! /bin/sh
-
--if [ -x /usr/bin/slocate ]
-+if [ -x /usr/bin/updatedb ]
- then
- if [ -f /etc/updatedb.conf ]
- then
-- /usr/bin/updatedb
-+ nice /usr/bin/updatedb
- else
-- /usr/bin/updatedb -f proc
-+ nice /usr/bin/updatedb -f proc
- fi
-- chown root.slocate /var/lib/slocate/slocate.db
- fi