summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Eisele <kernlpanic@dennis-eisele.de>2024-04-03 21:18:51 +0200
committerJoonas Niilola <juippis@gentoo.org>2024-05-27 16:24:35 +0300
commit0079c90de7cc812c22fe712054b864ce53af59c7 (patch)
tree6d3e9a4e43e6ad177e910e02c24f94215b75045d /app-backup
parentwww-apps/davical: add 1.1.12 (diff)
downloadgentoo-0079c90de7cc812c22fe712054b864ce53af59c7.tar.gz
gentoo-0079c90de7cc812c22fe712054b864ce53af59c7.tar.bz2
gentoo-0079c90de7cc812c22fe712054b864ce53af59c7.zip
app-backup/backuppc: add warning message
Signed-off-by: Dennis Eisele <kernlpanic@dennis-eisele.de> Bug: https://bugs.gentoo.org/878973 Closes: https://github.com/gentoo/gentoo/pull/36083 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-backup')
-rw-r--r--app-backup/backuppc/backuppc-4.4.0-r1.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/app-backup/backuppc/backuppc-4.4.0-r1.ebuild b/app-backup/backuppc/backuppc-4.4.0-r1.ebuild
index 3d1f23482625..3e0e0aebb803 100644
--- a/app-backup/backuppc/backuppc-4.4.0-r1.ebuild
+++ b/app-backup/backuppc/backuppc-4.4.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -64,7 +64,6 @@ need_apache2_4
src_prepare() {
default
-
# Fix docs location using the marker that we've patched in.
sed "s+__DOCDIR__+${DOCDIR}+" -i lib/BackupPC/CGI/View.pm || die
}
@@ -145,6 +144,10 @@ src_install() {
}
pkg_postinst() {
+ ewarn "WARNING: The --one-file-system option was added to RsyncArgs."
+ ewarn "If you update from a prior version keep in mind that"
+ ewarn "this prevents data of mounted partitions from being updated."
+ ewarn
elog "Installation finished, you may now start using BackupPC."
elog
elog "- Read the documentation in ${EROOT}/usr/share/doc/${PF}/BackupPC.html"