From: "Robin H. Johnson" <robbat2@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-nds/openldap/files/
Date: Fri, 27 Jan 2017 22:10:40 +0000 (UTC) [thread overview]
Message-ID: <1485555016.3a1597caab1049dc69604cc778f43e650b474641.robbat2@gentoo> (raw)
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 $?
-}
next reply other threads:[~2017-01-27 22:10 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-27 22:10 Robin H. Johnson [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-07-25 17:42 [gentoo-commits] repo/gentoo:master commit in: net-nds/openldap/files/ Matt Thode
2017-12-14 22:08 Robin H. Johnson
2019-03-03 19:12 Lars Wendler
2020-06-19 22:48 Conrad Kostecki
2022-03-19 22:39 Sam James
2022-03-20 21:04 Sam James
2022-07-15 1:56 Sam James
2022-07-19 17:10 Conrad Kostecki
2022-11-23 1:45 Sam James
2024-08-28 7:25 Joonas Niilola
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1485555016.3a1597caab1049dc69604cc778f43e650b474641.robbat2@gentoo \
--to=robbat2@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox