summaryrefslogtreecommitdiffstats
path: root/main/nss-pam-ldapd
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-04-28 14:34:51 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-04-28 14:34:51 +0000
commit6bf81f56e8c0b362d9c5ed046d9a8cdb81d5d957 (patch)
tree27e1c61cbc148cf62683fdece421db3e5df6864f /main/nss-pam-ldapd
parent50f344b7b0be41515051e8f31ecb979887c342af (diff)
downloadaports-6bf81f56e8c0b362d9c5ed046d9a8cdb81d5d957.tar.bz2
aports-6bf81f56e8c0b362d9c5ed046d9a8cdb81d5d957.tar.xz
main/*: replace all sbin/runscript with sbin/openrc-run
Diffstat (limited to 'main/nss-pam-ldapd')
-rw-r--r--main/nss-pam-ldapd/APKBUILD8
-rw-r--r--main/nss-pam-ldapd/nslcd.initd2
2 files changed, 5 insertions, 5 deletions
diff --git a/main/nss-pam-ldapd/APKBUILD b/main/nss-pam-ldapd/APKBUILD
index eb8fe1dc9..c20494628 100644
--- a/main/nss-pam-ldapd/APKBUILD
+++ b/main/nss-pam-ldapd/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=nss-pam-ldapd
pkgver=0.9.4
-pkgrel=0
+pkgrel=1
pkgdesc="An nsswitch module which uses directory servers"
url="http://arthurdejong.org/nss-pam-ldapd/"
arch="all"
@@ -48,8 +48,8 @@ package() {
}
md5sums="0d74202700efdde3b6e551bfff49c132 nss-pam-ldapd-0.9.4.tar.gz
-af4621ebbe7a732987b38e8f301efeb8 nslcd.initd"
+2b1ad47c1e25b3865db0f91a665bdc73 nslcd.initd"
sha256sums="fd2e3e0935acfd3d2b13682962f51d28d5855472e690d787e36a476fa40c88e6 nss-pam-ldapd-0.9.4.tar.gz
-a46a25da684b51725a820a855473d868cbe6620076f4531bdee8f445d4a194de nslcd.initd"
+1588e64b938b70001081691d085911f143b8c38af5961cc3e772e3d1fd457870 nslcd.initd"
sha512sums="ca336d034f3a9e135cb805b4a7cfcca38db22260268f6e0da8f72e1357b4f4da186b9abca4b3a36ec046172fae92666bccd966a49e19b1e2810442b7d439ac34 nss-pam-ldapd-0.9.4.tar.gz
-c6184e2870dc7fb35d27955c27f2dbf884b5af881c476ff8581b4952bc5748b95d103d4799035904bd157e0d736864422a85eb6f4dca0ff992d7c9c227815e59 nslcd.initd"
+26db842fd517ccc0b242677d6e92c2fe66028e441681c8e6129150e81c93a282ae0c3142230f61b579f40596c2843ca1f2217d46f9d8fb3ba4b117896912355b nslcd.initd"
diff --git a/main/nss-pam-ldapd/nslcd.initd b/main/nss-pam-ldapd/nslcd.initd
index 0fab4de9e..301d4e82d 100644
--- a/main/nss-pam-ldapd/nslcd.initd
+++ b/main/nss-pam-ldapd/nslcd.initd
@@ -1,4 +1,4 @@
-#!/sbin/runscript
+#!/sbin/openrc-run
extra_commands="checkconfig"
cfg="/etc/nslcd.conf"