diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-11 10:56:47 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-11 10:56:47 +0000 |
commit | 7dca7167af77c954b8506cd333f1584261eff08c (patch) | |
tree | c5f7cdc2d1705a0a2aa6417df0f1db2ee1454274 /net-nds/openldap/files | |
parent | added comment that it doesn't work with -j 4 (diff) | |
download | gentoo-2-7dca7167af77c954b8506cd333f1584261eff08c.tar.gz gentoo-2-7dca7167af77c954b8506cd333f1584261eff08c.tar.bz2 gentoo-2-7dca7167af77c954b8506cd333f1584261eff08c.zip |
libexec fixes
Diffstat (limited to 'net-nds/openldap/files')
-rwxr-xr-x | net-nds/openldap/files/slapd | 2 | ||||
-rwxr-xr-x | net-nds/openldap/files/slurpd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-nds/openldap/files/slapd b/net-nds/openldap/files/slapd index c0c81f546b7e..13e51dea99a7 100755 --- a/net-nds/openldap/files/slapd +++ b/net-nds/openldap/files/slapd @@ -4,7 +4,7 @@ . /etc/rc.d/config/functions SERVICE=ldap-server -EXE="/usr/libexec/openldap/slapd" +EXE="/usr/lib/openldap/slapd" opts="start stop restart" start() { diff --git a/net-nds/openldap/files/slurpd b/net-nds/openldap/files/slurpd index cc25619568e6..01824858809e 100755 --- a/net-nds/openldap/files/slurpd +++ b/net-nds/openldap/files/slurpd @@ -4,7 +4,7 @@ . /etc/rc.d/config/functions SERVICE=slurpd -EXE="/usr/libexec/openldap/slurpd" +EXE="/usr/lib/openldap/slurpd" opts="start stop restart" start() { |