dhcpcd: Fix bug with privsep value

This commit is contained in:
Dylan Araps 2020-04-28 17:50:29 +03:00
parent 2eb82faebc
commit 08e6594706
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
4 changed files with 5 additions and 6 deletions

View File

@ -4,12 +4,11 @@
--prefix=/usr \
--sbindir=/usr/bin \
--sysconfdir=/etc \
--rundir=/run \
--privsepuser=root
--rundir=/run
make
make DESTDIR="$1" install
# Install runit service.
install -Dm 755 dhcpcd.run "$1/etc/sv/dhcpcd/run"
install -Dm 755 dhcpcd.run "$1/etc/sv/dhcpcd/run"
ln -s /run/runit/supervise.dhcpcd "$1/etc/sv/dhcpcd/supervise"

View File

@ -1,2 +1,2 @@
d586a6aefe410af150e4443469fc2fcd588eca736f1f3c3daf84c27fb328671b dhcpcd-9.0.2.tar.gz
533714c2f3edcd70e47822cb880d8e8ffdba673b10452ea808037ec2714a375c dhcpcd.run
2b56c7e91bebcd8ca87e04998551a454b19a904dfb6d1cd0a9255c2feceda418 dhcpcd.run

View File

@ -1,2 +1,2 @@
#!/bin/sh
exec dhcpcd -BM 1>&2
exec dhcpcd -BM

View File

@ -1 +1 @@
9.0.2 1
9.0.2 2