glibc: nscd does not spam the tty
This commit is contained in:
parent
a44f4986fb
commit
ff056418ba
|
@ -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
|
||||
|
|
|
@ -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>"
|
||||
|
|
Loading…
Reference in New Issue