commit: f5a00aa71288f68a50a4accc54f815a1d0dc5f56 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> AuthorDate: Sun Sep 18 12:36:06 2022 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Sun Sep 18 12:36:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5a00aa7
www-apps/postfixadmin: fixed vacation permissions in 3.3.11 Closes: https://bugs.gentoo.org/459144 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> .../{postfixadmin-3.3.11.ebuild => postfixadmin-3.3.11-r1.ebuild} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/www-apps/postfixadmin/postfixadmin-3.3.11.ebuild b/www-apps/postfixadmin/postfixadmin-3.3.11-r1.ebuild similarity index 95% rename from www-apps/postfixadmin/postfixadmin-3.3.11.ebuild rename to www-apps/postfixadmin/postfixadmin-3.3.11-r1.ebuild index c6881c4b2bf9..cfd79a1f8c4f 100644 --- a/www-apps/postfixadmin/postfixadmin-3.3.11.ebuild +++ b/www-apps/postfixadmin/postfixadmin-3.3.11-r1.ebuild @@ -50,8 +50,7 @@ src_install() { if use vacation; then insinto /var/spool/vacation newins VIRTUAL_VACATION/vacation.pl vacation.pl-${SLOT} - fowners vacation:vacation /var/spool/vacation/vacation.pl-${SLOT} - fperms 770 /var/spool/vacation/vacation.pl-${SLOT} + fperms 755 /var/spool/vacation/vacation.pl-${SLOT} dodoc VIRTUAL_VACATION/FILTER_README newdoc VIRTUAL_VACATION/INSTALL.md VIRTUAL_VACATION_INSTALL.md rm -r VIRTUAL_VACATION/{vacation.pl,INSTALL.md,tests,FILTER_README} || die
