commit: 3055ac7258518df758f72bf0055d50cfc366a3c0 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Mon Jul 12 18:17:46 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jul 13 04:22:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3055ac72
net-irc/ergo: remove unused files Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/21617 Signed-off-by: Sam James <sam <AT> gentoo.org> net-irc/ergo/files/oragono.confd | 3 --- net-irc/ergo/files/oragono.initd | 11 ----------- 2 files changed, 14 deletions(-) diff --git a/net-irc/ergo/files/oragono.confd b/net-irc/ergo/files/oragono.confd deleted file mode 100644 index 3e694bb9703..00000000000 --- a/net-irc/ergo/files/oragono.confd +++ /dev/null @@ -1,3 +0,0 @@ -# /etc/conf.d/oragono: config file for /etc/init.d/oragono -ORAGONO_CONFIGFILE="/etc/oragono/ircd.yaml" - diff --git a/net-irc/ergo/files/oragono.initd b/net-irc/ergo/files/oragono.initd deleted file mode 100644 index 2379aaea301..00000000000 --- a/net-irc/ergo/files/oragono.initd +++ /dev/null @@ -1,11 +0,0 @@ -#!/sbin/openrc-run -command=/usr/bin/oragono -command_args="--conf ${ORAGONO_CONFIGFILE:-"/etc/oragono/ircd.yaml"}" -pidfile=/var/run/oraogno.pid -name="Oragono" -description="Oragono IRC daemon" - -depend() { - use dns - provide ircd -}
