From f735b6a61b2ad486a76c13fef39e8206b719b0e0 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 31 Aug 2010 14:46:37 +0200 Subject: [PATCH] autoupdate: look only one time every 6 hours for an update Signed-off-by: Stephan Raue --- packages/tools/autoupdate/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tools/autoupdate/install b/packages/tools/autoupdate/install index f1e3744da8..73951987ac 100755 --- a/packages/tools/autoupdate/install +++ b/packages/tools/autoupdate/install @@ -28,5 +28,5 @@ mkdir -p $INSTALL/etc fi mkdir -p $INSTALL/etc/crontabs - echo -e "* */6 * * *\t/usr/bin/autoupdate" >> $INSTALL/etc/crontabs/root + echo -e "1 */6 * * *\t/usr/bin/autoupdate" >> $INSTALL/etc/crontabs/root