glibc: add nscd sv script
This commit is contained in:
parent
b613ca61c1
commit
24ad535a86
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
[ -r conf ] && . ./conf
|
||||
exec nscd -F ${OPTS}
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue