From 4ba70bb502f17c5c12a9f7aece56bc896998dec5 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Wed, 27 Feb 2008 06:53:43 +0000 Subject: [PATCH] * Run /etc/cron.daily/mlocate rather than /etc/cron.daily/slocate. --- debian/changelog | 6 ++++++ livecd.sh | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index bbdfcf4a..b673a643 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (0.54) UNRELEASED; urgency=low + + * Run /etc/cron.daily/mlocate rather than /etc/cron.daily/slocate. + + -- Colin Watson Wed, 27 Feb 2008 06:52:34 +0000 + livecd-rootfs (0.53) hardy; urgency=low * Set kubuntu-kde4 to universe diff --git a/livecd.sh b/livecd.sh index bdba8024..d7622bff 100755 --- a/livecd.sh +++ b/livecd.sh @@ -335,7 +335,7 @@ link_in_boot = $link_in_boot > livecd.${FSS}.manifest kill_users - chroot $ROOT /etc/cron.daily/slocate || true + chroot $ROOT /etc/cron.daily/mlocate || true chroot $ROOT /etc/cron.daily/man-db || true # remove our diversions