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 #!/bin/sh
[ -r conf ] && . ./conf [ -r conf ] && . ./conf
exec dhcpcd -B eth0 $OPTS exec dhcpcd -B eth0 $OPTS 1>&2

View file

@ -1,3 +1,3 @@
#!/bin/sh #!/bin/sh
[ -r conf ] && . ./conf [ -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' # Template file for 'dhcpcd'
pkgname=dhcpcd pkgname=dhcpcd
version=6.8.0 version=6.8.0
revision=1 revision=2
lib32disabled=yes lib32disabled=yes
build_pie=yes build_pie=yes
build_options="systemd" build_options="systemd"