nscd: use make_dirs.
This commit is contained in:
parent
addd276177
commit
3b99d7c62b
3 changed files with 3 additions and 4 deletions
|
@ -1,2 +1 @@
|
||||||
d /var/run/nscd 0755 root root -
|
d /var/run/nscd 0755 root root -
|
||||||
d /var/db/nscd 0755 root root -
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'nscd'.
|
# Template file for 'nscd'.
|
||||||
#
|
#
|
||||||
systemd_services="nscd.service on"
|
systemd_services="nscd.service on"
|
||||||
|
make_dirs="/var/db/nscd 0755 root root"
|
||||||
conf_files="/etc/nscd.conf"
|
conf_files="/etc/nscd.conf"
|
||||||
short_desc="Name Service Cache Daemon"
|
short_desc="Name Service Cache Daemon"
|
||||||
long_desc="
|
long_desc="
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
pkgname=glibc
|
pkgname=glibc
|
||||||
_majorver=2.16
|
_majorver=2.16
|
||||||
version=${_majorver}.0
|
version=${_majorver}.0
|
||||||
revision=6
|
revision=7
|
||||||
short_desc="The GNU C library"
|
short_desc="The GNU C library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.gnu.org/software/libc"
|
homepage="http://www.gnu.org/software/libc"
|
||||||
|
@ -11,8 +11,7 @@ nostrip_files="
|
||||||
ld-${_majorver}.so
|
ld-${_majorver}.so
|
||||||
libc-${_majorver}.so
|
libc-${_majorver}.so
|
||||||
libpthread-${_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"
|
conf_files="/etc/rpc /etc/ld.so.conf /etc/nsswitch.conf"
|
||||||
subpackages="glibc-devel glibc-locales nscd"
|
subpackages="glibc-devel glibc-locales nscd"
|
||||||
depends="base-files glibc-locales"
|
depends="base-files glibc-locales"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue