| 1 |
--- man-1.6d/src/paths.h.in.upd 2006-10-27 09:39:06.000000000 +0200
|
| 2 |
+++ man-1.6d/src/paths.h.in 2006-10-27 09:40:26.000000000 +0200
|
| 3 |
@@ -33,5 +33,6 @@
|
| 4 |
{ "COMPRESS_EXT", "@compress_ext@" }, /* not a path, just a string variable */
|
| 5 |
{ "DECOMPRESS", "@decompress@" },
|
| 6 |
{ "MANSECT", "@sections@"}, /* idem */
|
| 7 |
- { "MANDEFOPTIONS", ""} /* idem */
|
| 8 |
+ { "MANDEFOPTIONS", ""}, /* idem */
|
| 9 |
+ { "MAKEWHATISDBUPDATES", ""} /* option is used in makewhatis.cron{weekly|daily} scripts */
|
| 10 |
};
|
| 11 |
--- man-1.6d/src/man.conf.in.upd 2006-10-27 09:39:06.000000000 +0200
|
| 12 |
+++ man-1.6d/src/man.conf.in 2006-10-27 09:39:06.000000000 +0200
|
| 13 |
@@ -135,3 +135,13 @@
|
| 14 |
.Z @zcat@
|
| 15 |
.F @fcat@
|
| 16 |
.Y @unyabba@
|
| 17 |
+#
|
| 18 |
+# Enable/disable makewhatis database cron updates.
|
| 19 |
+# If MAKEWHATISDBUPDATES variable is uncommented
|
| 20 |
+# and set to n or N, cron scripts
|
| 21 |
+# /etc/cron.daily/makewhatis.cron
|
| 22 |
+# /etc/cron.weekly/makewhatis.cron
|
| 23 |
+# will not update makewhatis database.
|
| 24 |
+# Otherwise the database will be updated.
|
| 25 |
+#
|
| 26 |
+#MAKEWHATISDBUPDATES n
|