glibc: add nscd sv script
This commit is contained in:
parent
b613ca61c1
commit
24ad535a86
2 changed files with 5 additions and 1 deletions
3
srcpkgs/glibc/files/nscd/run
Executable file
3
srcpkgs/glibc/files/nscd/run
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
[ -r conf ] && . ./conf
|
||||||
|
exec nscd -F ${OPTS}
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'glibc'
|
# Template file for 'glibc'
|
||||||
pkgname=glibc
|
pkgname=glibc
|
||||||
version=2.22
|
version=2.22
|
||||||
revision=1
|
revision=2
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
short_desc="The GNU C library"
|
short_desc="The GNU C library"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
@ -187,5 +187,6 @@ nscd_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin/nscd
|
vmove usr/bin/nscd
|
||||||
vinstall ${wrksrc}/nscd/nscd.conf 644 etc
|
vinstall ${wrksrc}/nscd/nscd.conf 644 etc
|
||||||
|
vsv nscd
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue