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

(-)old/scripts/snapper-daily (-3 / +3 lines)
Lines 9-18 Link Here
9
9
10
10
11
#
11
#
12
# get information from /etc/sysconfig/snapper
12
# get information from /etc/conf.d/snapper
13
#
13
#
14
if [ -f /etc/sysconfig/snapper ] ; then
14
if [ -f /etc/conf.d/snapper ] ; then
15
    . /etc/sysconfig/snapper
15
    . /etc/conf.d/snapper
16
fi
16
fi
17
17
18
18
(-)old/scripts/snapper-hourly (-3 / +3 lines)
Lines 9-18 Link Here
9
9
10
10
11
#
11
#
12
# get information from /etc/sysconfig/snapper
12
# get information from /etc/conf.d/snapper
13
#
13
#
14
if [ -f /etc/sysconfig/snapper ] ; then
14
if [ -f /etc/conf.d/snapper ] ; then
15
    . /etc/sysconfig/snapper
15
    . /etc/conf.d/snapper
16
fi
16
fi

Return to bug 446680