r13821 - /scripts/qa/README

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Tue Jan 29 06:47:40 UTC 2008


Author: tincho-guest
Date: Tue Jan 29 06:47:39 2008
New Revision: 13821

URL: http://svn.debian.org/wsvn/?sc=1&rev=13821
Log:
incorrect crontab doc

Modified:
    scripts/qa/README

Modified: scripts/qa/README
URL: http://svn.debian.org/wsvn/scripts/qa/README?rev=13821&op=diff
==============================================================================
--- scripts/qa/README (original)
+++ scripts/qa/README Tue Jan 29 06:47:39 2008
@@ -137,7 +137,9 @@
 $ crontab -l
 # m h  dom mon dow   command
 
-0 * * * * BASE=<path_to_your_local_copy> PERL5LIB=$BASE $BASE/fetchdata \
-          -c <path_to_conf>/qa.conf
+BINDIR=<path_to_your_local_copy>
+PERL5LIB=<path_to_your_local_copy>
+
+0 * * * * $BINDIR/fetchdata -c <path_to_conf>/qa.conf
 
 $Id$




More information about the Pkg-perl-cvs-commits mailing list