Skip to content

Commit

Permalink
Merge branch 'hotfix-1.0.7' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
BertrandGouny committed Nov 20, 2015
2 parents 49cdb5d + 696974a commit a8dc78c
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.0.7
- Fix startup bug

## 1.0.6
- Use light-baseimage:0.1.5

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME = osixia/openldap
VERSION = 1.0.6
VERSION = 1.0.7

.PHONY: all build test tag_latest release

Expand Down
2 changes: 1 addition & 1 deletion image/service/slapd/container-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ EOF
# stop OpenLDAP
SLAPD_PID=$(cat /run/slapd/slapd.pid)
echo "Kill slapd, pid: $SLAPD_PID"
kill $SLAPD_PID
kill -9 $SLAPD_PID
echo "[ok]"

sleep 3
Expand Down
Binary file modified test/database/__db.001
Binary file not shown.
Binary file modified test/database/__db.002
Binary file not shown.
Binary file modified test/database/__db.003
Binary file not shown.
Binary file modified test/database/alock
Binary file not shown.
Binary file modified test/database/log.0000000001
Binary file not shown.

0 comments on commit a8dc78c

Please sign in to comment.