nss-pam-ldapd: fix runit service to use /bin/sh not /bin/bash (doh).
This commit is contained in:
parent
487d7729db
commit
9c80ba1c42
|
@ -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
|
||||
|
|
|
@ -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/"
|
||||
|
@ -17,4 +17,4 @@ checksum=101d5a7fa10549cc77be48d07f2b8141f59182f10f2cc0fea93efd13c3a5a6f2
|
|||
|
||||
post_install() {
|
||||
vsv nslcd
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user