autoupdate:

- looking every 6 hours for an update
This commit is contained in:
Stephan Raue 2010-04-13 00:48:46 +02:00
parent f2a3854a56
commit ea3750ddb5

View File

@ -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