nss-pam-ldapd: fix runit service to use /bin/sh not /bin/bash (doh).

This commit is contained in:
Juan RP 2016-04-22 18:13:37 +02:00
parent 487d7729db
commit 9c80ba1c42
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
mkdir /var/run/nslcd
#!/bin/sh
mkdir -p /var/run/nslcd
chown nslcd:nslcd /var/run/nslcd
chpst -u nslcd:nslcd nslcd -n

View File

@ -1,7 +1,7 @@
# Template file for 'nss-pam-ldapd'
pkgname=nss-pam-ldapd
version=0.9.6
revision=1
revision=2
only_for_archs="i686 x86_64 armv6l armv7l aarch64"
build_style=gnu-configure
configure_args="--enable-sasl --enable-kerberos --with-pam-seclib-dir=/usr/lib/security/"