Bug 267801 - anacron is no longer enabled by default on fresh installs
Summary: anacron is no longer enabled by default on fresh installs
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: anacron
Version: rawhide
Hardware: All
OS: All
medium
low
Target Milestone: ---
Assignee: Marcela Mašláňová
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-08-30 16:17 UTC by Orion Poplawski
Modified: 2007-11-30 22:12 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-08-31 07:29:19 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.