diff options
| author | Amy Fong <amy.fong@windriver.com> | 2014-07-30 18:16:53 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-07-31 11:57:20 -0400 |
| commit | e7275931b151529c343f9c5039e5d5c382b35f8b (patch) | |
| tree | 110e58367518f6ff35f1365278bd7222fba4a816 /meta-openstack/recipes-support/openldap/files | |
| parent | f7238d1d3d127954c3460e2ad015f68f3bfe95d8 (diff) | |
| download | meta-cloud-services-e7275931b151529c343f9c5039e5d5c382b35f8b.tar.gz | |
openldap: Fix paths
Explicitly set the libexec dir to /usr/libexec for openstack
Signed-off-by: Amy Fong <amy.fong@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-support/openldap/files')
| -rw-r--r-- | meta-openstack/recipes-support/openldap/files/initscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-support/openldap/files/initscript b/meta-openstack/recipes-support/openldap/files/initscript index f9c343a..51bdeff 100644 --- a/meta-openstack/recipes-support/openldap/files/initscript +++ b/meta-openstack/recipes-support/openldap/files/initscript | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | # | 6 | # |
| 7 | 7 | ||
| 8 | 8 | ||
| 9 | slapd=/usr/libexec/slapd | 9 | slapd=%LIBEXEC%/slapd |
| 10 | test -x "$slapd" || exit 0 | 10 | test -x "$slapd" || exit 0 |
| 11 | 11 | ||
| 12 | src_data_dir=/etc/openldap/ | 12 | src_data_dir=/etc/openldap/ |
