From bd9e1c057bf53ff3e1b7fb3b0ba37096a29043a9 Mon Sep 17 00:00:00 2001 From: Max Logaev Date: Thu, 17 Sep 2026 13:00:46 +0300 Subject: [PATCH] dhcpcd: minimize log duplication --- srcpkgs/dhcpcd/files/dhcpcd-eth0/run | 2 +- srcpkgs/dhcpcd/files/dhcpcd/run | 2 +- srcpkgs/dhcpcd/template | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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="