mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 03:13:03 +02:00
dhcpcd: redirect msgs to stderr instead.
This commit is contained in:
parent
51cd9e3bc2
commit
50aeb6846d
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue