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

(-)file_not_specified_in_diff (-2 / +15 lines)
Line  Link Here
0
-- /usr/portage/app-backup/snapper/snapper-9999.ebuild 2014-11-15 17:01:02.000000000 +0200
0
++ snapper-9999.ebuild 2015-03-06 13:31:32.403403669 +0200
Lines 1-4 Link Here
1
# Copyright 1999-2014 Gentoo Foundation
1
# Copyright 1999-2015 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-backup/snapper/snapper-9999.ebuild,v 1.5 2014/11/15 14:38:53 dlan Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-backup/snapper/snapper-9999.ebuild,v 1.5 2014/11/15 14:38:53 dlan Exp $
4
4
Lines 66-69 Link Here
66
       elog "snapper create-config <subvolume>"
66
       elog "snapper create-config <subvolume>"
67
       elog "For more information, see man (8) snapper or"
67
       elog "For more information, see man (8) snapper or"
68
       elog "http://snapper.io/documentation.html"
68
       elog "http://snapper.io/documentation.html"
69
       if has_version 'sys-apps/systemd'; then
70
               elog "You can enable automatic snapshot taking by running:"
71
               elog "systemctl enable snapper-timeline.timer"
72
               elog "And automatic cleanup of old snapshots by running:"
73
               elog "systemctl enable snapper-cleanup.timer"
74
               if has_version 'sys-process/cronbase'; then
75
                       ewarn "Warning: Using a cron daemon with systemd may result in conflicts between"
76
                       ewarn "cronjobs and native systemd timer units. Do not enable both at once."
77
                       ewarn "It is highly recommended to migrate exclusively to native systemd timer"
78
                       ewarn "units and unmerge cron. For more information, see:"
79
                       ewarn "https://wiki.gentoo.org/wiki/Systemd#Timer_services"
80
               fi
81
       fi
69
}
82
}

Return to bug 533984