dhcpcd: redirect msgs to stderr instead.

This commit is contained in:
Juan RP 2015-03-27 07:39:59 +01:00
parent 51cd9e3bc2
commit 50aeb6846d
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
#!/bin/sh
[ -r conf ] && . ./conf
exec dhcpcd -B eth0 $OPTS
exec dhcpcd -B eth0 $OPTS 1>&2

View File

@ -1,3 +1,3 @@
#!/bin/sh
[ -r conf ] && . ./conf
exec dhcpcd -B ${OPTS:=-M}
exec dhcpcd -B ${OPTS:=-M} 1>&2

View File

@ -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"