Bug 202982

Summary: missing "-y" in cron.d entry by Online Update Setup
Product: [openSUSE] SUSE Linux 10.1 Reporter: Carlos Lange <carlosflange>
Component: YaST2Assignee: E-mail List <bnc-team-screening>
Status: RESOLVED DUPLICATE QA Contact: Jiri Srain <jsrain>
Severity: Normal    
Priority: P5 - None CC: carlosflange
Version: Final   
Target Milestone: ---   
Hardware: i586   
OS: Linux   
Whiteboard:
Found By: Customer Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Carlos Lange 2006-08-31 16:57:14 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).
Comment 1 Carlos Lange 2006-08-31 17:16:08 UTC
OOps. My first search did not show anything dupicate. Now I found that this bug is a duplicate of bug 194424. 
Comment 2 Andreas Jaeger 2006-09-01 07:26:28 UTC
In that case let's mark it as duplicate.

*** This bug has been marked as a duplicate of bug 194424 ***