Gentoo Archives: gentoo-commits

From: Ian Delaney <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/amanda/
Date: Sun, 20 Sep 2015 07:30:29
Message-Id: 1442734207.4c82f4e29993449f34e902e4ed0463543f82795e.idella4@gentoo
1 commit: 4c82f4e29993449f34e902e4ed0463543f82795e
2 Author: Ian Delaney <idella4 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 20 07:28:59 2015 +0000
4 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 20 07:30:07 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c82f4e2
7
8 app-backup/amanda: postinstall log message ammended to all ebuilds
9
10 patch by Proxied developer, sourced from bug #518982
11
12 Package-Manager: portage-2.2.20.1
13
14 app-backup/amanda/amanda-3.3.3-r1.ebuild | 5 ++++-
15 app-backup/amanda/amanda-3.3.5.ebuild | 5 ++++-
16 app-backup/amanda/amanda-3.3.7.ebuild | 5 ++++-
17 3 files changed, 12 insertions(+), 3 deletions(-)
18
19 diff --git a/app-backup/amanda/amanda-3.3.3-r1.ebuild b/app-backup/amanda/amanda-3.3.3-r1.ebuild
20 index 6c1ad5e..12774cc 100644
21 --- a/app-backup/amanda/amanda-3.3.3-r1.ebuild
22 +++ b/app-backup/amanda/amanda-3.3.3-r1.ebuild
23 @@ -443,6 +443,9 @@ pkg_postinst() {
24 elog "Otherwise, please look at /usr/share/doc/${PF}/inetd.amanda.sample"
25 elog "as an example of how to configure your inetd."
26 elog
27 + elog "systemd-users: enable and start amanda.socket or the relevant services"
28 + elog "regarding what auth method you use."
29 + elog
30 elog "NOTICE: If you need raw access to partitions you need to add the"
31 elog "amanda user to the 'disk' group."
32 elog
33 @@ -456,7 +459,7 @@ pkg_postinst() {
34 elog "Please note that this package no longer explicitly depends on"
35 elog "virtual/inetd, as it supports modes where an inetd is not needed"
36 elog "(see bug #506028 for details)."
37 -
38 + elog "The only exception is when you use the authentication method 'local'."
39 }
40
41 # We have had reports of amanda file permissions getting screwed up.
42
43 diff --git a/app-backup/amanda/amanda-3.3.5.ebuild b/app-backup/amanda/amanda-3.3.5.ebuild
44 index de12f3f..a214a4f 100644
45 --- a/app-backup/amanda/amanda-3.3.5.ebuild
46 +++ b/app-backup/amanda/amanda-3.3.5.ebuild
47 @@ -443,6 +443,9 @@ pkg_postinst() {
48 elog "Otherwise, please look at /usr/share/doc/${PF}/inetd.amanda.sample"
49 elog "as an example of how to configure your inetd."
50 elog
51 + elog "systemd-users: enable and start amanda.socket or the relevant services"
52 + elog "regarding what auth method you use."
53 + elog
54 elog "NOTICE: If you need raw access to partitions you need to add the"
55 elog "amanda user to the 'disk' group."
56 elog
57 @@ -456,7 +459,7 @@ pkg_postinst() {
58 elog "Please note that this package no longer explicitly depends on"
59 elog "virtual/inetd, as it supports modes where an inetd is not needed"
60 elog "(see bug #506028 for details)."
61 -
62 + elog "The only exception is when you use the authentication method 'local'."
63 }
64
65 # We have had reports of amanda file permissions getting screwed up.
66
67 diff --git a/app-backup/amanda/amanda-3.3.7.ebuild b/app-backup/amanda/amanda-3.3.7.ebuild
68 index 3b784f8..4ed9f33 100644
69 --- a/app-backup/amanda/amanda-3.3.7.ebuild
70 +++ b/app-backup/amanda/amanda-3.3.7.ebuild
71 @@ -440,6 +440,9 @@ pkg_postinst() {
72 elog "Otherwise, please look at /usr/share/doc/${PF}/inetd.amanda.sample"
73 elog "as an example of how to configure your inetd."
74 elog
75 + elog "systemd-users: enable and start amanda.socket or the relevant services"
76 + elog "regarding what auth method you use."
77 + elog
78 elog "NOTICE: If you need raw access to partitions you need to add the"
79 elog "amanda user to the 'disk' group."
80 elog
81 @@ -453,7 +456,7 @@ pkg_postinst() {
82 elog "Please note that this package no longer explicitly depends on"
83 elog "virtual/inetd, as it supports modes where an inetd is not needed"
84 elog "(see bug #506028 for details)."
85 -
86 + elog "The only exception is when you use the authentication method 'local'."
87 }
88
89 # We have had reports of amanda file permissions getting screwed up.