diff --git a/srcpkgs/dhcpcd/files/dhcpcd-eth0/run b/srcpkgs/dhcpcd/files/dhcpcd-eth0/run index e468ad5fe57019..06f2767155b83f 100644 --- a/srcpkgs/dhcpcd/files/dhcpcd-eth0/run +++ b/srcpkgs/dhcpcd/files/dhcpcd-eth0/run @@ -1,4 +1,4 @@ #!/bin/sh exec 2>&1 [ -r conf ] && . ./conf -exec dhcpcd -B eth0 $OPTS 1>&2 +exec dhcpcd -B eth0 ${OPTS:--q} 1>&2 diff --git a/srcpkgs/dhcpcd/files/dhcpcd/run b/srcpkgs/dhcpcd/files/dhcpcd/run index c2489dc1cb5d0d..51b3b4db6bd290 100644 --- a/srcpkgs/dhcpcd/files/dhcpcd/run +++ b/srcpkgs/dhcpcd/files/dhcpcd/run @@ -1,4 +1,4 @@ #!/bin/sh exec 2>&1 [ -r conf ] && . ./conf -exec dhcpcd -B ${OPTS:=-M} 1>&2 +exec dhcpcd -B ${OPTS:--M -q} 1>&2 diff --git a/srcpkgs/dhcpcd/template b/srcpkgs/dhcpcd/template index f36038fd1b9bb8..0e458e4a628f38 100644 --- a/srcpkgs/dhcpcd/template +++ b/srcpkgs/dhcpcd/template @@ -1,7 +1,7 @@ # Template file for 'dhcpcd' pkgname=dhcpcd version=10.3.2 -revision=3 +revision=4 build_style=configure make_check_target=test configure_args="