Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 915724
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +4 lines)
Line  Link Here
fixes #159
fixes #159
1
-- a/contrib/0anacron
1
++ b/contrib/0anacron
Lines 8-14 if [ `date +%Y%m%d` = "$day" ]; then Link Here
8
fi
8
fi
9
9
10
# Check whether run on battery should be allowed
10
# Check whether run on battery should be allowed
11
. /etc/default/anacron
11
if test -r /etc/default/anacron; then
12
    . /etc/default/anacron
13
fi
12
14
13
if [ "$ANACRON_RUN_ON_BATTERY_POWER" != "yes" ]; then
15
if [ "$ANACRON_RUN_ON_BATTERY_POWER" != "yes" ]; then
14
16

Return to bug 915724