From ea3750ddb5b1b7b8ff512a371beb2d3d077711a9 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 13 Apr 2010 00:48:46 +0200 Subject: [PATCH] autoupdate: - looking every 6 hours for an update --- packages/sysutils/autoupdate/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sysutils/autoupdate/install b/packages/sysutils/autoupdate/install index 90c175b83f..685ed7088f 100755 --- a/packages/sysutils/autoupdate/install +++ b/packages/sysutils/autoupdate/install @@ -15,5 +15,5 @@ mkdir -p $INSTALL/usr/config cp -P $PKG_DIR/config/update.conf $INSTALL/usr/config mkdir -p $INSTALL/etc/crontabs - echo -e "*/5 * * * *\t/usr/bin/autoupdate" >> $INSTALL/etc/crontabs/root + echo -e "* */6 * * *\t/usr/bin/autoupdate" >> $INSTALL/etc/crontabs/root