mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 09:33:50 +02:00
parent
7c6d7a2dd0
commit
062493e953
2 changed files with 2 additions and 2 deletions
|
@ -2,6 +2,5 @@
|
|||
case "$ACTION" in
|
||||
post)
|
||||
chown ldap:ldap etc/openldap/slapd.conf
|
||||
chown -R ldap:ldap var/lib/openldap
|
||||
;;
|
||||
esac
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'openldap'
|
||||
pkgname=openldap
|
||||
version=2.6.9
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--prefix=/usr
|
||||
--libexecdir=/usr/libexec
|
||||
|
@ -26,6 +26,7 @@ checksum=2cb7dc73e9c8340dff0d99357fbaa578abf30cc6619f0521972c555681e6b2ff
|
|||
|
||||
system_accounts="ldap"
|
||||
ldap_homedir="/var/lib/openldap"
|
||||
make_dirs="/var/lib/openldap 0750 ldap ldap"
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||
makedepends+=" libxcrypt-devel"
|
||||
|
|
Loading…
Add table
Reference in a new issue