commit: f92f74eb55c9c33dc4b9b9dd0f2fe8eac18d5e2d
Author: Denis Reva <denis7774 <AT> gmail <DOT> com>
AuthorDate: Tue Sep 15 02:14:56 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Sep 15 02:14:56 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f92f74eb
www-apps/gogs: fixed OpenRC
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Denis Reva <denis7774 <AT> gmail.com>
www-apps/gogs/{gogs-0.12.1.ebuild => gogs-0.12.1-r1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/www-apps/gogs/gogs-0.12.1.ebuild
b/www-apps/gogs/gogs-0.12.1-r1.ebuild
similarity index 99%
rename from www-apps/gogs/gogs-0.12.1.ebuild
rename to www-apps/gogs/gogs-0.12.1-r1.ebuild
index e1584b81..45ced5e0 100644
--- a/www-apps/gogs/gogs-0.12.1.ebuild
+++ b/www-apps/gogs/gogs-0.12.1-r1.ebuild
@@ -489,8 +489,8 @@ src_install() {
# Prepare systemd init scripts and install it
systemd_dounit "${FILESDIR}/systemd/${PN}.service"
# Install OpenRC init files
- doconfd "${FILESDIR}/gogs-confd"
- doinitd "${FILESDIR}/gogs-initd"
+ newconfd "${FILESDIR}/gogs-confd" gogs
+ newinitd "${FILESDIR}/gogs-initd" gogs
# Install HTTPS certs
if use cert; then
keepdir /etc/${PN}/https