ports/net/nss_ldapd/files/nslcd.in
Timur I. Bakeyev 9c1c394a09 Fix typo, introduced on initial import. Add another dist host.
PR:		138086
Submitted by:	mantainer
2009-08-24 22:44:16 +00:00

24 lines
364 B
Bash

#!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: nslcd
# REQUIRE: DAEMON ldconfig resolv
#
# Add the following line to /etc/rc.conf to enable the nslcd daemon:
#
# nslcd_enable="YES"
#
nslcd_enable=${nslcd_enable-"NO"}
. %%RC_SUBR%%
name=nslcd
rcvar=$(set_rcvar)
command="%%PREFIX%%/sbin/${name}"
pidfile="/var/run/${name}.pid"
load_rc_config ${name}
run_rc_command "$1"