From 50aeb6846df073dab72c10df23bed0d4165c5a82 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 27 Mar 2015 07:39:59 +0100 Subject: [PATCH] dhcpcd: redirect msgs to stderr instead. --- 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 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"