diff options
author | Ian Delaney <idella4@gentoo.org> | 2015-09-20 15:28:59 +0800 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2015-09-20 15:30:07 +0800 |
commit | 4c82f4e29993449f34e902e4ed0463543f82795e (patch) | |
tree | e0f64bd484d5f33173e0a5845d08f424aafe0723 /app-backup | |
parent | media-sound/gimmix: Fix format-security warning (bug #542140) (diff) | |
download | gentoo-4c82f4e29993449f34e902e4ed0463543f82795e.tar.gz gentoo-4c82f4e29993449f34e902e4ed0463543f82795e.tar.bz2 gentoo-4c82f4e29993449f34e902e4ed0463543f82795e.zip |
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
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/amanda/amanda-3.3.3-r1.ebuild | 5 | ||||
-rw-r--r-- | app-backup/amanda/amanda-3.3.5.ebuild | 5 | ||||
-rw-r--r-- | 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 6c1ad5ef3f80..12774cc33577 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 de12f3fb788d..a214a4f6c084 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 3b784f85b03a..4ed9f337d1b7 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. |