glibc: nscd does not spam the tty
This commit is contained in:
parent
a44f4986fb
commit
ff056418ba
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
[ -r conf ] && . ./conf
|
[ -r conf ] && . ./conf
|
||||||
mkdir -p /var/run/nscd /var/db/nscd
|
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'
|
# Template file for 'glibc'
|
||||||
pkgname=glibc
|
pkgname=glibc
|
||||||
version=2.24
|
version=2.24
|
||||||
revision=3
|
revision=4
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
short_desc="The GNU C library"
|
short_desc="The GNU C library"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue