From eada355aa8b5763c7553e0436436a74ed682e86f Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 12 May 2018 14:54:41 +0200 Subject: [PATCH] fixed expandurl-mastodon-9999 --- net-misc/expandurl-mastodon/expandurl-mastodon-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/expandurl-mastodon/expandurl-mastodon-9999.ebuild b/net-misc/expandurl-mastodon/expandurl-mastodon-9999.ebuild index a215d6b..f13fe40 100644 --- a/net-misc/expandurl-mastodon/expandurl-mastodon-9999.ebuild +++ b/net-misc/expandurl-mastodon/expandurl-mastodon-9999.ebuild @@ -24,6 +24,6 @@ src_unpack() { src_install() { cmake-utils_src_install dodoc README.md - doinitd init/expandurl-mastodon.openrc expandurl-mastodon - echo "EXPANDURL_USER=\"expandurl\"" | doconfd - expandurl-mastodon + newinitd init/expandurl-mastodon.openrc expandurl-mastodon + echo "EXPANDURL_USER=\"expandurl\"" | newconfd - expandurl-mastodon }