mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
nss-pam-ldapd: fix runit service to use /bin/sh not /bin/bash (doh).
This commit is contained in:
parent
487d7729db
commit
9c80ba1c42
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
mkdir /var/run/nslcd
|
mkdir -p /var/run/nslcd
|
||||||
chown nslcd:nslcd /var/run/nslcd
|
chown nslcd:nslcd /var/run/nslcd
|
||||||
chpst -u nslcd:nslcd nslcd -n
|
chpst -u nslcd:nslcd nslcd -n
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'nss-pam-ldapd'
|
# Template file for 'nss-pam-ldapd'
|
||||||
pkgname=nss-pam-ldapd
|
pkgname=nss-pam-ldapd
|
||||||
version=0.9.6
|
version=0.9.6
|
||||||
revision=1
|
revision=2
|
||||||
only_for_archs="i686 x86_64 armv6l armv7l aarch64"
|
only_for_archs="i686 x86_64 armv6l armv7l aarch64"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-sasl --enable-kerberos --with-pam-seclib-dir=/usr/lib/security/"
|
configure_args="--enable-sasl --enable-kerberos --with-pam-seclib-dir=/usr/lib/security/"
|
||||||
|
|
Loading…
Add table
Reference in a new issue