Bugzilla – Bug 202982
missing "-y" in cron.d entry by Online Update Setup
Last modified: 2006-09-01 07:26:28 UTC
I have a patched Yast2 (up-to-date as of August 31) and when I set an automatic update with "Online Update Setup" the command created by Yast2 in file /etc/cron.d/yast2-online-update is: 55 18 * * * root rug up -t patch --skip-interactive which does not work, because rug asks to confirm each patch installation. The correct command entry should be: 55 18 * * * root rug up -t patch --skip-interactive -y Then all works (as long as the patch server does not go bust).
OOps. My first search did not show anything dupicate. Now I found that this bug is a duplicate of bug 194424.
In that case let's mark it as duplicate. *** This bug has been marked as a duplicate of bug 194424 ***