glibc: add nscd sv script

This commit is contained in:
Enno Boland 2015-10-24 20:54:01 +02:00 committed by Juan RP
parent b613ca61c1
commit 24ad535a86
2 changed files with 5 additions and 1 deletions

3
srcpkgs/glibc/files/nscd/run Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
[ -r conf ] && . ./conf
exec nscd -F ${OPTS}

View File

@ -1,7 +1,7 @@
# Template file for 'glibc'
pkgname=glibc
version=2.22
revision=1
revision=2
bootstrap=yes
short_desc="The GNU C library"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
@ -187,5 +187,6 @@ nscd_package() {
pkg_install() {
vmove usr/bin/nscd
vinstall ${wrksrc}/nscd/nscd.conf 644 etc
vsv nscd
}
}