http://qa.mandrakesoft.com/show_bug.cgi?id=6291

           Summary: anacron is never called after suspend
           Product: suspend-scripts
           Version: 1.6-3mdk
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: program
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The following can be found in /etc/sysconfig/suspend-scripts/suspend.d/anacron:

if [[ $ != "yes" ]];then
    exit;
fi
 
This should probably be canged to:

if [[ $START_ANACRON != "yes" ]];then
    exit;
fi

and START_ANACRON=yes should be added to /etc/sysconfig/suspend.


Alternatively /etc/sysconfig/suspend-scripts/suspend.d/anacron could be also
removed and anacron could be added to RESTART_SERVICES in /etc/sysconfig/suspend.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

Reply via email to