From: g0vgs <g0vgs>
Date: Fri, 23 Mar 2001 22:14:05 +0000 (+0000)
Subject: amend FAQ on tmpwatch to correct information
X-Git-Tag: R_1_47~93
X-Git-Url: http://dxspider.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=5405fc43af4410805160aed50df04bc5fc9df869;p=spider.git

amend FAQ on tmpwatch to correct information
---

diff --git a/html/spiderFAQ-2.html b/html/spiderFAQ-2.html
index 0f607e86..125b9d33 100644
--- a/html/spiderFAQ-2.html
+++ b/html/spiderFAQ-2.html
@@ -71,13 +71,14 @@ take effect.
 <H2><A NAME="ss2.5">2.5 How can I automatically limit the amount of debug logfiles that are stored?</A>
 </H2>
 
-<P>Use the tmpwatch command.  Add a line in /etc/cron.daily like this ...
+<P>Use the tmpwatch command.  Create a file in /etc/cron.daily/ containing the line ...
 <P>
 <BLOCKQUOTE><CODE>
 <PRE>
 /usr/sbin/tmpwatch -f 240 /spider/data/debug
 </PRE>
 </CODE></BLOCKQUOTE>
+<P>Remember to make it executable!
 <P>This will limit your debug data down to the last 10 days
 <P>
 <HR>
diff --git a/sgml/spiderFAQ.sgml b/sgml/spiderFAQ.sgml
index c60216c7..7a3d9e70 100644
--- a/sgml/spiderFAQ.sgml
+++ b/sgml/spiderFAQ.sgml
@@ -114,12 +114,14 @@ take effect.
 <sect1>How can I automatically limit the amount of debug logfiles that are stored?
 
 <P>
-Use the tmpwatch command.  Add a line in /etc/cron.daily like this ...
+Use the tmpwatch command.  Create a file in /etc/cron.daily/ containing the line ...
 
 <tscreen><verb>
 /usr/sbin/tmpwatch -f 240 /spider/data/debug
 </verb></tscreen>
 
+Remember to make it executable!
+
 This will limit your debug data down to the last 10 days
 
 </article>
diff --git a/txt/spiderFAQ.txt b/txt/spiderFAQ.txt
index de1fcd4d..ecd96265 100644
--- a/txt/spiderFAQ.txt
+++ b/txt/spiderFAQ.txt
@@ -142,7 +142,8 @@
   22..55..  HHooww ccaann II aauuttoommaattiiccaallllyy lliimmiitt tthhee aammoouunntt ooff ddeebbuugg llooggffiilleess tthhaatt
   aarree ssttoorreedd??
 
-  Use the tmpwatch command.  Add a line in /etc/cron.daily like this ...
+  Use the tmpwatch command.  Create a file in /etc/cron.daily/
+  containing the line ...
 
 
 
@@ -151,10 +152,9 @@
 
 
 
-  This will limit your debug data down to the last 10 days
-
-
+  Remember to make it executable!
 
+  This will limit your debug data down to the last 10 days