Bug 202982 - missing "-y" in cron.d entry by Online Update Setup
Summary: missing "-y" in cron.d entry by Online Update Setup
Status: RESOLVED DUPLICATE of bug 194424
Alias: None
Product: SUSE Linux 10.1
Classification: openSUSE
Component: YaST2 (show other bugs)
Version: Final
Hardware: i586 Linux
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: E-mail List
QA Contact: Jiri Srain
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-31 16:57 UTC by Carlos Lange
Modified: 2006-09-01 07:26 UTC (History)
1 user (show)

See Also:
Found By: Customer
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***