glibc: nscd does not spam the tty

This commit is contained in:
Enno Boland 2016-11-30 21:28:06 +01:00
parent a44f4986fb
commit ff056418ba
2 changed files with 2 additions and 2 deletions

View File

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

View File

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