dhcpcd: redirect msgs to stderr instead.
This commit is contained in:
parent
51cd9e3bc2
commit
50aeb6846d
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
[ -r conf ] && . ./conf
|
||||
exec dhcpcd -B eth0 $OPTS
|
||||
exec dhcpcd -B eth0 $OPTS 1>&2
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
[ -r conf ] && . ./conf
|
||||
exec dhcpcd -B ${OPTS:=-M}
|
||||
exec dhcpcd -B ${OPTS:=-M} 1>&2
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue