diff --git a/srcpkgs/dhcpcd/files/dhcpcd-eth0/run b/srcpkgs/dhcpcd/files/dhcpcd-eth0/run index 6d424654b1d..da17e8a99ae 100755 --- a/srcpkgs/dhcpcd/files/dhcpcd-eth0/run +++ b/srcpkgs/dhcpcd/files/dhcpcd-eth0/run @@ -1,3 +1,3 @@ #!/bin/sh [ -r conf ] && . ./conf -exec dhcpcd -B eth0 $OPTS +exec dhcpcd -B eth0 $OPTS 1>&2 diff --git a/srcpkgs/dhcpcd/files/dhcpcd/run b/srcpkgs/dhcpcd/files/dhcpcd/run index ee44936f3ff..ac656a2b22b 100755 --- a/srcpkgs/dhcpcd/files/dhcpcd/run +++ b/srcpkgs/dhcpcd/files/dhcpcd/run @@ -1,3 +1,3 @@ #!/bin/sh [ -r conf ] && . ./conf -exec dhcpcd -B ${OPTS:=-M} +exec dhcpcd -B ${OPTS:=-M} 1>&2 diff --git a/srcpkgs/dhcpcd/template b/srcpkgs/dhcpcd/template index edbb7f42567..74e7152e3ba 100644 --- a/srcpkgs/dhcpcd/template +++ b/srcpkgs/dhcpcd/template @@ -1,7 +1,7 @@ # Template file for 'dhcpcd' pkgname=dhcpcd version=6.8.0 -revision=1 +revision=2 lib32disabled=yes build_pie=yes build_options="systemd"