summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2017-02-07 17:40:24 +0100
committerDavid Seifert <soap@gentoo.org>2017-02-09 23:37:01 +0100
commitdbbea4ae54fc9b929140741fca9c1e878548495b (patch)
tree307eeb52fe38339d252eb569069eb77eed4123ad /sys-auth
parentsys-fs/fuse-zip: remove unused patches (diff)
downloadgentoo-dbbea4ae54fc9b929140741fca9c1e878548495b.tar.gz
gentoo-dbbea4ae54fc9b929140741fca9c1e878548495b.tar.bz2
gentoo-dbbea4ae54fc9b929140741fca9c1e878548495b.zip
sys-auth/keystone: remove unused initd/confd files
Closes: https://github.com/gentoo/gentoo/pull/3870
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/keystone/files/keystone.confd3
-rw-r--r--sys-auth/keystone/files/keystone.initd17
2 files changed, 0 insertions, 20 deletions
diff --git a/sys-auth/keystone/files/keystone.confd b/sys-auth/keystone/files/keystone.confd
deleted file mode 100644
index 669fa0a7ad11..000000000000
--- a/sys-auth/keystone/files/keystone.confd
+++ /dev/null
@@ -1,3 +0,0 @@
-#KEYSTONE_CONF=/etc/keystone/keystone.conf
-#KEYSTONE_USER=keystone
-KEYSTONE_ARGS="--logfile /var/log/keystone/keystone.log"
diff --git a/sys-auth/keystone/files/keystone.initd b/sys-auth/keystone/files/keystone.initd
deleted file mode 100644
index cc98974d3a48..000000000000
--- a/sys-auth/keystone/files/keystone.initd
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-description="Starts both the service and administrative APIs in a single process to provide catalog, authorization, and authentication services for OpenStack"
-
-command=/usr/bin/keystone-all
-pidfile=/var/run/keystone.pid
-required_files="${KEYSTONE_CONF:-/etc/keystone/keystone.conf}"
-
-start_stop_daemon_args="--background --make-pidfile --user ${KEYSTONE_USER:-keystone}"
-command_args="${KEYSTONE_ARGS}"
-
-depend() {
- need net
-}