Bug 200372

Summary: yum activates cups after a cups update
Product: [Fedora] Fedora Reporter: Joachim Backes <joachim.backes>
Component: cupsAssignee: Tim Waugh <twaugh>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 5CC: katzj
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-07-27 12:18:05 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Joachim Backes 2006-07-27 08:42:22 UTC
Description of problem:
I have installed cups, but use only the client functionality.
I have suppressed the cups start when booting by "chkconfig --del cups".
But each time cups is updated by yum, the initlevels 3 and 5 contain a cups
start, that means, after a cups update I have to deactivate it by "chkconfig
--del cups".

Version-Release number of selected component (if applicable):
yum-2.6.1-0.fc5


How reproducible:
each time

Steps to Reproduce:
1.yum update [cups]
2.
3.
  
Actual results:
Cups is started when booting

Expected results:
No cups start

Additional info:

Comment 1 Tim Waugh 2006-07-27 12:18:05 UTC
You need to use 'chkconfig cups off' instead.