nscd: use make_dirs.

This commit is contained in:
Juan RP 2012-07-14 23:38:50 +02:00
parent addd276177
commit 3b99d7c62b
3 changed files with 3 additions and 4 deletions

View file

@ -1,2 +1 @@
d /var/run/nscd 0755 root root -
d /var/db/nscd 0755 root root -

View file

@ -1,6 +1,7 @@
# Template file for 'nscd'.
#
systemd_services="nscd.service on"
make_dirs="/var/db/nscd 0755 root root"
conf_files="/etc/nscd.conf"
short_desc="Name Service Cache Daemon"
long_desc="

View file

@ -2,7 +2,7 @@
pkgname=glibc
_majorver=2.16
version=${_majorver}.0
revision=6
revision=7
short_desc="The GNU C library"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnu.org/software/libc"
@ -11,8 +11,7 @@ nostrip_files="
ld-${_majorver}.so
libc-${_majorver}.so
libpthread-${_majorver}.so
libthread_db-1.0.so
"
libthread_db-1.0.so"
conf_files="/etc/rpc /etc/ld.so.conf /etc/nsswitch.conf"
subpackages="glibc-devel glibc-locales nscd"
depends="base-files glibc-locales"