summaryrefslogtreecommitdiff
path: root/databases/openldap/files/slurpd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'databases/openldap/files/slurpd.sh')
-rw-r--r--databases/openldap/files/slurpd.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/openldap/files/slurpd.sh b/databases/openldap/files/slurpd.sh
index 438e30d31b0..5e64a6cdfaa 100644
--- a/databases/openldap/files/slurpd.sh
+++ b/databases/openldap/files/slurpd.sh
@@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: slurpd.sh,v 1.1 2004/02/14 11:31:50 jlam Exp $
+# $NetBSD: slurpd.sh,v 1.2 2004/07/24 03:32:24 jlam Exp $
#
# OpenLDAP LDAP database replication daemon
#
@@ -14,12 +14,11 @@ fi
name="slurpd"
rcvar=${name}
command="@PREFIX@/libexec/${name}"
-required_files="@PKG_SYSCONFDIR@/slapd.conf"
+required_files="@OPENLDAP_ETCDIR@/slapd.conf"
required_vars="slapd"
if [ -f /etc/rc.subr ]; then
load_rc_config $name
- eval [ -z "\$${rcvar}" ] && eval ${rcvar}=NO
run_rc_command "$1"
else
@ECHO@ -n " ${name}"