summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTavis Ormandy <taviso@gentoo.org>2003-09-06 13:47:01 +0000
committerTavis Ormandy <taviso@gentoo.org>2003-09-06 13:47:01 +0000
commitfff39efbf70033b35df87853d242e72a4ee5185d (patch)
treedd441a5f4c8392eae6ee9b10fc039c08d4355768 /sys-apps/man/files
parentUpdated man pages for idesk-0.5.x. (diff)
downloadgentoo-2-fff39efbf70033b35df87853d242e72a4ee5185d.tar.gz
gentoo-2-fff39efbf70033b35df87853d242e72a4ee5185d.tar.bz2
gentoo-2-fff39efbf70033b35df87853d242e72a4ee5185d.zip
tweak
Diffstat (limited to 'sys-apps/man/files')
-rw-r--r--sys-apps/man/files/man-1.5m-defmanpath-symlinks.patch21
-rw-r--r--sys-apps/man/files/man-1.5m-makewhatis.cron11
2 files changed, 21 insertions, 11 deletions
diff --git a/sys-apps/man/files/man-1.5m-defmanpath-symlinks.patch b/sys-apps/man/files/man-1.5m-defmanpath-symlinks.patch
new file mode 100644
index 000000000000..7d359be922ba
--- /dev/null
+++ b/sys-apps/man/files/man-1.5m-defmanpath-symlinks.patch
@@ -0,0 +1,21 @@
+diff -urN man-1.5m2.orig/src/makewhatis.sh man-1.5m2/src/makewhatis.sh
+--- man-1.5m2.orig/src/makewhatis.sh 2003-09-06 14:57:10.000000000 +0100
++++ man-1.5m2/src/makewhatis.sh 2003-09-06 14:57:52.000000000 +0100
+@@ -41,7 +41,7 @@
+ # and should be first.
+ # It is a bug to add /var/cache/man to DEFCATPATH.
+ dm=
+-for d in /usr/share/man /usr/X11R6/man /usr/local/man /usr/man
++for d in /usr/share/man /usr/X11R6/man /usr/local/man
+ do
+ if [ -d $d ]; then
+ if [ x$dm = x ]; then dm=$d; else dm=$dm:$d; fi
+@@ -49,7 +49,7 @@
+ done
+ DEFMANPATH=$dm
+ dc=
+-for d in /var/cache/man /usr/share/man/preformat /usr/man/preformat
++for d in /var/cache/man /usr/share/man/preformat
+ do
+ if [ -d $d ]; then
+ if [ x$dc = x ]; then dc=$d; else dc=$dc:$d; fi
diff --git a/sys-apps/man/files/man-1.5m-makewhatis.cron b/sys-apps/man/files/man-1.5m-makewhatis.cron
deleted file mode 100644
index efbf0cda3fd4..000000000000
--- a/sys-apps/man/files/man-1.5m-makewhatis.cron
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-#
-# Uncomment the following if you want
-# your whatis database rebuilt regularly
-#
-# this is part of the man package
-#
-#
-
-#source /etc/profile.env
-#/usr/sbin/makewhatis -w