Bug 267801

Summary: anacron is no longer enabled by default on fresh installs
Product: [Fedora] Fedora Reporter: Orion Poplawski <orion>
Component: anacronAssignee: Marcela Mašláňová <mmaslano>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-08-31 07:29:19 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 Orion Poplawski 2007-08-30 16:17:44 UTC
Description of problem:

Current %post is:
/sbin/chkconfig --level 2345 anacron resetpriorities

this results in:

[root@vault ~]# /sbin/chkconfig --del anacron
[root@vault ~]# /sbin/chkconfig --level 2345 anacron resetpriorities
[root@vault ~]# chkconfig --list anacron
anacron         0:off   1:off   2:off   3:off   4:off   5:off   6:off

on a fresh install.

I think you need to distinguish between fresh installs and upgrades and use
chkconfig --add on installs.

Comment 1 Marcela Mašláňová 2007-08-31 07:29:19 UTC
I didn't test whether fresh install works ;-) now it's okay.