public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-nds/openldap/files: slapd-initd2
@ 2010-04-11 15:14 Markus Ullmann (jokey)
  0 siblings, 0 replies; only message in thread
From: Markus Ullmann (jokey) @ 2010-04-11 15:14 UTC (permalink / raw
  To: gentoo-commits

jokey       10/04/11 15:14:48

  Added:                slapd-initd2
  Log:
  Version bump to upstream recommended version, fix bugs #296567, #306807
  and #306623. Thanks to Andreas Kimpfler, steveb and Mike Hiretsky
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  net-nds/openldap/files/slapd-initd2

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/openldap/files/slapd-initd2?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/openldap/files/slapd-initd2?rev=1.1&content-type=text/plain

Index: slapd-initd2
===================================================================
#!/sbin/runscript
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/files/slapd-initd2,v 1.1 2010/04/11 15:14:48 jokey Exp $

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 $?
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-04-11 15:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-11 15:14 [gentoo-commits] gentoo-x86 commit in net-nds/openldap/files: slapd-initd2 Markus Ullmann (jokey)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox