diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-08 20:55:29 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-08 20:55:29 +0000 |
commit | b55b919fefc4abd84ee1ae9592330f58dcc1547a (patch) | |
tree | 2d90083d3eeb6fde90d0b87afc132ae5b3767419 /sys-apps/man | |
parent | old (diff) | |
download | gentoo-2-b55b919fefc4abd84ee1ae9592330f58dcc1547a.tar.gz gentoo-2-b55b919fefc4abd84ee1ae9592330f58dcc1547a.tar.bz2 gentoo-2-b55b919fefc4abd84ee1ae9592330f58dcc1547a.zip |
enable manpage database updates by default #38321
Diffstat (limited to 'sys-apps/man')
-rw-r--r-- | sys-apps/man/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/man/files/makewhatis.cron | 8 | ||||
-rw-r--r-- | sys-apps/man/man-1.5m.ebuild | 6 |
3 files changed, 9 insertions, 10 deletions
diff --git a/sys-apps/man/ChangeLog b/sys-apps/man/ChangeLog index 926375a11db9..89482d763ac3 100644 --- a/sys-apps/man/ChangeLog +++ b/sys-apps/man/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/man # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/ChangeLog,v 1.40 2003/10/01 23:23:34 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/ChangeLog,v 1.41 2004/02/08 20:55:29 vapier Exp $ + + 08 Feb 2004; Mike Frysinger <vapier@gentoo.org> : + Enable search database updating by default and move it to cron.weekly #38321. 01 Oct 2003; Michael Sterrett <mr_bones_@gentoo.org> man-1.5i-r3.ebuild, man-1.5k-r1.ebuild, man-1.5l-r5.ebuild, man-1.5l-r6.ebuild, man-1.5m.ebuild: diff --git a/sys-apps/man/files/makewhatis.cron b/sys-apps/man/files/makewhatis.cron index 06b3bdc15bda..3f3b5a77ac22 100644 --- a/sys-apps/man/files/makewhatis.cron +++ b/sys-apps/man/files/makewhatis.cron @@ -1,10 +1,6 @@ #!/bin/sh -# -# Uncomment the following if you want -# your whatis database rebuilt regularly -# # this is part of the man package -# -# +# it updates the searchly database +# for manpages /usr/sbin/makewhatis diff --git a/sys-apps/man/man-1.5m.ebuild b/sys-apps/man/man-1.5m.ebuild index 40277bc115fa..40c3ed77da95 100644 --- a/sys-apps/man/man-1.5m.ebuild +++ b/sys-apps/man/man-1.5m.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.5m.ebuild,v 1.7 2004/02/08 20:47:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.5m.ebuild,v 1.8 2004/02/08 20:54:31 vapier Exp $ inherit eutils NV="1.5m2" DESCRIPTION="Standard commands to read man pages" -SRC_URI="mirror://kernel/linux/utils/man/man-${NV}.tar.gz" HOMEPAGE="http://freshmeat.net/projects/man/" +SRC_URI="mirror://kernel/linux/utils/man/man-${NV}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -106,7 +106,7 @@ src_install() { # Needed for makewhatis keepdir /var/cache/man - exeinto /etc/cron.daily + exeinto /etc/cron.weekly doexe ${FILESDIR}/makewhatis.cron for x in $(awk ' |