glibc: fix nscd service file

This commit is contained in:
Enno Boland 2015-11-22 12:11:29 +01:00
parent 12a5accd07
commit d594a781a9
2 changed files with 2 additions and 1 deletions

View file

@ -1,3 +1,4 @@
#!/bin/sh
[ -r conf ] && . ./conf
mkdir -p /var/run/nscd /var/db/nscd
exec nscd -F ${OPTS}

View file

@ -1,7 +1,7 @@
# Template file for 'glibc'
pkgname=glibc
version=2.22
revision=2
revision=3
bootstrap=yes
short_desc="The GNU C library"
maintainer="Juan RP <xtraeme@voidlinux.eu>"