commit:     b377fbec4b83e1e50f5c2f26f556d6feb36ffc61
Author:     Denis Reva <denis7774 <AT> gmail <DOT> com>
AuthorDate: Tue Sep 15 14:48:05 2020 +0000
Commit:     Denis Reva <denis7774 <AT> gmail <DOT> com>
CommitDate: Tue Sep 15 14:48:17 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b377fbec

acct-user/gogs: changed from /bin/sh to /bin/bash

Www-apps/gogs use bash, so user also should use
that shell instead of standart /bin/sh.
Otherwise we will get hangs on some system

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Denis Reva <denis7774 <AT> gmail.com>

 acct-user/gogs/{gogs-0.ebuild => gogs-1.ebuild} | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/acct-user/gogs/gogs-0.ebuild b/acct-user/gogs/gogs-1.ebuild
similarity index 88%
rename from acct-user/gogs/gogs-0.ebuild
rename to acct-user/gogs/gogs-1.ebuild
index f66ad0c6..4186a5b1 100644
--- a/acct-user/gogs/gogs-0.ebuild
+++ b/acct-user/gogs/gogs-1.ebuild
@@ -10,10 +10,12 @@ DESCRIPTION="www-apps/gogs user"
 ACCT_USER_ID=197 #Following git user; Change if there are conflicts
 ACCT_USER_HOME_OWNER=gogs:git
 ACCT_USER_HOME_PERMS=750
-ACCT_USER_SHELL=/bin/sh
+ACCT_USER_SHELL=/bin/bash
 ACCT_USER_GROUPS=( git )
 ACCT_USER_HOME=/var/lib/gogs
 APP_DIR=/usr/share/gogs
 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
+RDEPEND="app-shells/bash"
+
 acct-user_add_deps

Reply via email to