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