summaryrefslogtreecommitdiff
path: root/misc/tkman/files
diff options
context:
space:
mode:
Diffstat (limited to 'misc/tkman/files')
-rw-r--r--misc/tkman/files/310.index_manpages23
-rw-r--r--misc/tkman/files/patch-ab14
2 files changed, 0 insertions, 37 deletions
diff --git a/misc/tkman/files/310.index_manpages b/misc/tkman/files/310.index_manpages
deleted file mode 100644
index 510f98c6b925..000000000000
--- a/misc/tkman/files/310.index_manpages
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/sh
-
-if ! PREFIX=$(expr $0 : "\(/.*\)/etc/periodic/weekly/$(basename $0)\$"); then
- echo "$0: Cannot determine the PREFIX" >&2
- exit 1
-fi
-
-IFS=":" mandirs=`/usr/bin/manpath`
-
-for dir in ${mandirs}; do
- cd ${dir}
- if [ ! -r .glimpse_filters ] ; then
- echo '*.gz /usr/bin/gzip -cdfq' > .glimpse_filters
- fi
- if [ -x ${PREFIX}/bin/glimpseindex ]; then
- echo ""
- echo "Rebuilding man page indexes:"
- ${PREFIX}/bin/glimpseindex -z -o -B -f -H ${dir} man*
- chmod 644 ${dir}/.glimpse_*
- fi
-done
-
-exit 0
diff --git a/misc/tkman/files/patch-ab b/misc/tkman/files/patch-ab
deleted file mode 100644
index 9595c9ccc428..000000000000
--- a/misc/tkman/files/patch-ab
+++ /dev/null
@@ -1,14 +0,0 @@
---- tkmandesc.tcl.orig Wed Apr 2 01:31:38 2003
-+++ tkmandesc.tcl Sun Oct 19 11:09:54 2003
-@@ -224,8 +224,9 @@
- set mani(manTitleList) $man(manTitleList)
-
- if {![info exists env(MANPATH)] || [string trim $env(MANPATH)] eq ""} {
-- puts stderr "You must set a MANPATH environment variable,\nwhich is a colon-separated list of directories in which\nto find man pages, for example /usr/man:/usr/share/man.\n(See the help page for an explanation of why\nalternatives to the MANPATH are a bad thing.)"
-- exit 1
-+# puts stderr "You must set a MANPATH environment variable,\nwhich is a colon-separated list of directories in which\nto find man pages, for example /usr/man:/usr/share/man.\n(See the help page for an explanation of why\nalternatives to the MANPATH are a bad thing.)"
-+# exit 1
-+ set env(MANPATH) [join $manx(mastermen) ":"]
- }
- set manx(MANPATH0) $env(MANPATH)
-