From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 05748158020 for ; Mon, 28 Nov 2022 16:29:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4393BE085B; Mon, 28 Nov 2022 16:29:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 22FC1E085B for ; Mon, 28 Nov 2022 16:29:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 00E423407AF for ; Mon, 28 Nov 2022 16:29:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C77B617 for ; Mon, 28 Nov 2022 16:29:02 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1669652940.40f17658dd3cccfee46f85c97752ea6888192af7.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/snapper/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/snapper/snapper-0.10.3.ebuild X-VCS-Directories: app-backup/snapper/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 40f17658dd3cccfee46f85c97752ea6888192af7 X-VCS-Branch: master Date: Mon, 28 Nov 2022 16:29:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 236f00dd-7c36-41f8-90dc-ed294cdcbaa5 X-Archives-Hash: 037267e452a611b686e0294f05e907c1 commit: 40f17658dd3cccfee46f85c97752ea6888192af7 Author: Joonas Niilola gentoo org> AuthorDate: Mon Nov 28 16:27:54 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Nov 28 16:29:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40f17658 app-backup/snapper: add a gentoo wiki link to pkg_postinst Signed-off-by: Joonas Niilola gentoo.org> app-backup/snapper/snapper-0.10.3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-backup/snapper/snapper-0.10.3.ebuild b/app-backup/snapper/snapper-0.10.3.ebuild index 9a6520a5bb31..7dfccdfc6e12 100644 --- a/app-backup/snapper/snapper-0.10.3.ebuild +++ b/app-backup/snapper/snapper-0.10.3.ebuild @@ -84,5 +84,6 @@ pkg_postinst() { elog "at least one config first. To do this, run:" elog "snapper create-config " elog "For more information, see man (8) snapper or" - elog "http://snapper.io/documentation.html" + elog "http://snapper.io/documentation.html and" + elog "https://wiki.gentoo.org/wiki/Snapper" }