forked from kiss-community/repo
dhcpcd: Fix bug with privsep value
This commit is contained in:
parent
2eb82faebc
commit
08e6594706
@ -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"
|
||||
|
@ -1,2 +1,2 @@
|
||||
d586a6aefe410af150e4443469fc2fcd588eca736f1f3c3daf84c27fb328671b dhcpcd-9.0.2.tar.gz
|
||||
533714c2f3edcd70e47822cb880d8e8ffdba673b10452ea808037ec2714a375c dhcpcd.run
|
||||
2b56c7e91bebcd8ca87e04998551a454b19a904dfb6d1cd0a9255c2feceda418 dhcpcd.run
|
||||
|
@ -1,2 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec dhcpcd -BM 1>&2
|
||||
exec dhcpcd -BM
|
||||
|
@ -1 +1 @@
|
||||
9.0.2 1
|
||||
9.0.2 2
|
||||
|
Loading…
Reference in New Issue
Block a user