Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/snapper/
Date: Mon, 28 Nov 2022 16:29:06
Message-Id: 1669652940.40f17658dd3cccfee46f85c97752ea6888192af7.juippis@gentoo
1 commit: 40f17658dd3cccfee46f85c97752ea6888192af7
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 28 16:27:54 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 28 16:29:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40f17658
7
8 app-backup/snapper: add a gentoo wiki link to pkg_postinst
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 app-backup/snapper/snapper-0.10.3.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/app-backup/snapper/snapper-0.10.3.ebuild b/app-backup/snapper/snapper-0.10.3.ebuild
16 index 9a6520a5bb31..7dfccdfc6e12 100644
17 --- a/app-backup/snapper/snapper-0.10.3.ebuild
18 +++ b/app-backup/snapper/snapper-0.10.3.ebuild
19 @@ -84,5 +84,6 @@ pkg_postinst() {
20 elog "at least one config first. To do this, run:"
21 elog "snapper create-config <subvolume>"
22 elog "For more information, see man (8) snapper or"
23 - elog "http://snapper.io/documentation.html"
24 + elog "http://snapper.io/documentation.html and"
25 + elog "https://wiki.gentoo.org/wiki/Snapper"
26 }