guix: Silence getent(1) invocation

This commit is contained in:
Carl Dong 2021-07-20 19:47:28 -04:00
parent bb09ec6f10
commit 3c4d2c418e

View file

@ -190,7 +190,7 @@ fi
# Services database must have basic entries
################
if ! getent services http https ftp; then
if ! getent services http https ftp > /dev/null 2>&1; then
cat << EOF
ERR: Your system's C library can not find service database entries for at least
one of the following services: http, https, ftp.