diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-08 20:57:19 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-08 20:57:19 +0000 |
commit | f4a0c1abcac0520fa8c0b82a5cfede6b5c600745 (patch) | |
tree | 3f933ad0102a59719e899d1b6c8300817e81e90d /sys-apps/man/files | |
parent | enable manpage database updates by default #38321 (diff) | |
download | gentoo-2-f4a0c1abcac0520fa8c0b82a5cfede6b5c600745.tar.gz gentoo-2-f4a0c1abcac0520fa8c0b82a5cfede6b5c600745.tar.bz2 gentoo-2-f4a0c1abcac0520fa8c0b82a5cfede6b5c600745.zip |
run makewhatis under nice #37872
Diffstat (limited to 'sys-apps/man/files')
-rw-r--r-- | sys-apps/man/files/makewhatis.cron | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/man/files/makewhatis.cron b/sys-apps/man/files/makewhatis.cron index 3f3b5a77ac22..32e3c4f8dc7c 100644 --- a/sys-apps/man/files/makewhatis.cron +++ b/sys-apps/man/files/makewhatis.cron @@ -3,4 +3,4 @@ # it updates the searchly database # for manpages -/usr/sbin/makewhatis +/bin/nice /usr/sbin/makewhatis |