From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8F0391384AE for ; Sun, 20 Sep 2015 07:30:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D325521C018; Sun, 20 Sep 2015 07:30:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 666A421C018 for ; Sun, 20 Sep 2015 07:30:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 24F3D3408A6 for ; Sun, 20 Sep 2015 07:30:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFD41178 for ; Sun, 20 Sep 2015 07:30:19 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1442734207.4c82f4e29993449f34e902e4ed0463543f82795e.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/amanda/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/amanda/amanda-3.3.3-r1.ebuild app-backup/amanda/amanda-3.3.5.ebuild app-backup/amanda/amanda-3.3.7.ebuild X-VCS-Directories: app-backup/amanda/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 4c82f4e29993449f34e902e4ed0463543f82795e X-VCS-Branch: master Date: Sun, 20 Sep 2015 07:30:19 +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-Archives-Salt: f903d88a-2fff-460e-be50-2c96631015c8 X-Archives-Hash: 1cc6f1a0cdccd50e228ff30eb83d5d0f commit: 4c82f4e29993449f34e902e4ed0463543f82795e Author: Ian Delaney gentoo org> AuthorDate: Sun Sep 20 07:28:59 2015 +0000 Commit: Ian Delaney gentoo org> CommitDate: Sun Sep 20 07:30:07 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c82f4e2 app-backup/amanda: postinstall log message ammended to all ebuilds patch by Proxied developer, sourced from bug #518982 Package-Manager: portage-2.2.20.1 app-backup/amanda/amanda-3.3.3-r1.ebuild | 5 ++++- app-backup/amanda/amanda-3.3.5.ebuild | 5 ++++- app-backup/amanda/amanda-3.3.7.ebuild | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/app-backup/amanda/amanda-3.3.3-r1.ebuild b/app-backup/amanda/amanda-3.3.3-r1.ebuild index 6c1ad5e..12774cc 100644 --- a/app-backup/amanda/amanda-3.3.3-r1.ebuild +++ b/app-backup/amanda/amanda-3.3.3-r1.ebuild @@ -443,6 +443,9 @@ pkg_postinst() { elog "Otherwise, please look at /usr/share/doc/${PF}/inetd.amanda.sample" elog "as an example of how to configure your inetd." elog + elog "systemd-users: enable and start amanda.socket or the relevant services" + elog "regarding what auth method you use." + elog elog "NOTICE: If you need raw access to partitions you need to add the" elog "amanda user to the 'disk' group." elog @@ -456,7 +459,7 @@ pkg_postinst() { elog "Please note that this package no longer explicitly depends on" elog "virtual/inetd, as it supports modes where an inetd is not needed" elog "(see bug #506028 for details)." - + elog "The only exception is when you use the authentication method 'local'." } # We have had reports of amanda file permissions getting screwed up. diff --git a/app-backup/amanda/amanda-3.3.5.ebuild b/app-backup/amanda/amanda-3.3.5.ebuild index de12f3f..a214a4f 100644 --- a/app-backup/amanda/amanda-3.3.5.ebuild +++ b/app-backup/amanda/amanda-3.3.5.ebuild @@ -443,6 +443,9 @@ pkg_postinst() { elog "Otherwise, please look at /usr/share/doc/${PF}/inetd.amanda.sample" elog "as an example of how to configure your inetd." elog + elog "systemd-users: enable and start amanda.socket or the relevant services" + elog "regarding what auth method you use." + elog elog "NOTICE: If you need raw access to partitions you need to add the" elog "amanda user to the 'disk' group." elog @@ -456,7 +459,7 @@ pkg_postinst() { elog "Please note that this package no longer explicitly depends on" elog "virtual/inetd, as it supports modes where an inetd is not needed" elog "(see bug #506028 for details)." - + elog "The only exception is when you use the authentication method 'local'." } # We have had reports of amanda file permissions getting screwed up. diff --git a/app-backup/amanda/amanda-3.3.7.ebuild b/app-backup/amanda/amanda-3.3.7.ebuild index 3b784f8..4ed9f33 100644 --- a/app-backup/amanda/amanda-3.3.7.ebuild +++ b/app-backup/amanda/amanda-3.3.7.ebuild @@ -440,6 +440,9 @@ pkg_postinst() { elog "Otherwise, please look at /usr/share/doc/${PF}/inetd.amanda.sample" elog "as an example of how to configure your inetd." elog + elog "systemd-users: enable and start amanda.socket or the relevant services" + elog "regarding what auth method you use." + elog elog "NOTICE: If you need raw access to partitions you need to add the" elog "amanda user to the 'disk' group." elog @@ -453,7 +456,7 @@ pkg_postinst() { elog "Please note that this package no longer explicitly depends on" elog "virtual/inetd, as it supports modes where an inetd is not needed" elog "(see bug #506028 for details)." - + elog "The only exception is when you use the authentication method 'local'." } # We have had reports of amanda file permissions getting screwed up.