commit:     3a1597caab1049dc69604cc778f43e650b474641
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail 
<DOT> com>
AuthorDate: Fri Jan 27 15:27:40 2017 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Fri Jan 27 22:10:16 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a1597ca

net-nds/openldap: remove unused init file

(cherry picked from commit d25ef0203245831250003ab14b6465b621e58ab0)
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
Fixes: https://github.com/gentoo/gentoo/pull/3678

 net-nds/openldap/files/slapd-initd2 | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/net-nds/openldap/files/slapd-initd2 
b/net-nds/openldap/files/slapd-initd2
deleted file mode 100644
index 8016677..00000000
--- a/net-nds/openldap/files/slapd-initd2
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-depend() {
-       need net
-       before dbus hald avahi-daemon
-       provide ldap
-}
-
-start() {
-       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 $?
-}

Reply via email to