commit:     4e3dccde1c610f6f9f03334d612556ebd3f606ee
Author:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 14 19:43:26 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 15 01:52:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e3dccde

net-nds/openldap: removed unused files

Closes: https://bugs.gentoo.org/672378
Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/26409
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-nds/openldap/files/slapd-confd | 14 --------------
 net-nds/openldap/files/slapd-initd | 29 -----------------------------
 2 files changed, 43 deletions(-)

diff --git a/net-nds/openldap/files/slapd-confd 
b/net-nds/openldap/files/slapd-confd
deleted file mode 100644
index 28e9d23520b7..000000000000
--- a/net-nds/openldap/files/slapd-confd
+++ /dev/null
@@ -1,14 +0,0 @@
-# conf.d file for openldap
-#
-# To enable both the standard unciphered server and the ssl encrypted
-# one uncomment this line or set any other server starting options
-# you may desire.
-#
-# OPTS="-h 'ldaps:// ldap:// ldapi://%2fvar%2frun%2fopenldap%2fslapd.sock'"
-# Uncomment the below to use the new slapd configuration for openldap 2.3
-#OPTS="-F /etc/openldap/slapd.d -h 'ldaps:// ldap:// 
ldapi://%2fvar%2frun%2fopenldap%2fslapd.sock'"
-#
-# If you change the above listen statement to bind on a specific IP for
-# listening, you should ensure that interface is up here (change eth0 as
-# needed).
-#rc_need="net.eth0"

diff --git a/net-nds/openldap/files/slapd-initd 
b/net-nds/openldap/files/slapd-initd
deleted file mode 100644
index a8e98646569a..000000000000
--- a/net-nds/openldap/files/slapd-initd
+++ /dev/null
@@ -1,29 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
-       need net.lo
-       before hald avahi-daemon
-}
-
-start() {
-        checkpath -q -d /var/run/openldap/ -o ldap:ldap
-        if ! checkconfig ; then
-                eerror "There is a problem with your slapd.conf!"
-                return 1
-        fi
-       ebegin "Starting ldap-server"
-       eval start-stop-daemon --start --pidfile /var/run/openldap/slapd.pid 
--exec /usr/lib/openldap/slapd -- -u ldap -g ldap "${OPTS}"
-       eend $?
-}
-
-stop() {
-       ebegin "Stopping ldap-server"
-       start-stop-daemon --stop --signal 2 --quiet --pidfile 
/var/run/openldap/slapd.pid
-       eend $?
-}
-
-checkconfig() {
-        /usr/sbin/slaptest -u "$@" ${OPTS_CONF}
-}

Reply via email to