[Fedora-spins] [spin-kickstarts] Replace makewhatis with mandb

Kevin Fenzi kevin at fedoraproject.org
Wed Aug 4 15:58:36 UTC 2010


commit dedc97f491185ac8f0da7492668fcd5c08d3c84c
Author: kevin <kevin at tummy.com>
Date:   Wed Aug 4 09:58:13 2010 -0600

    Replace makewhatis with mandb

 fedora-live-base.ks |    2 +-
 fedora-live-mini.ks |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/fedora-live-base.ks b/fedora-live-base.ks
index 219016d..2a355ea 100644
--- a/fedora-live-base.ks
+++ b/fedora-live-base.ks
@@ -361,7 +361,7 @@ echo "Packages within this LiveCD"
 rpm -qa
 
 # go ahead and pre-make the man -k cache (#455968)
-/usr/sbin/makewhatis -w
+/usr/bin/mandb
 
 # save a little bit of space at least...
 rm -f /boot/initramfs*
diff --git a/fedora-live-mini.ks b/fedora-live-mini.ks
index d14bfc8..7aa9652 100644
--- a/fedora-live-mini.ks
+++ b/fedora-live-mini.ks
@@ -377,7 +377,7 @@ rm -f /var/lib/rpm/__db*
 rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
 
 # go ahead and pre-make the man -k cache (#455968)
-/usr/sbin/makewhatis -w
+/usr/bin/mandb
 
 # save a little bit of space at least...
 rm -f /boot/initrd*


More information about the spins mailing list