mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 17:43:51 +02:00
dhcpcd: /etc/dhcpcd.conf: enable controlgroup by default.
- Users in the wheel group will be able to control dhcpcd via dhcpcd-ui.
This commit is contained in:
parent
be5da6c002
commit
82eda70e52
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'dhcpcd'
|
# Template file for 'dhcpcd'
|
||||||
pkgname=dhcpcd
|
pkgname=dhcpcd
|
||||||
version=6.6.6
|
version=6.6.6
|
||||||
revision=1
|
revision=2
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
build_options="systemd"
|
build_options="systemd"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
|
@ -27,4 +27,6 @@ post_install() {
|
||||||
fi
|
fi
|
||||||
vsv dhcpcd
|
vsv dhcpcd
|
||||||
vsv dhcpcd-eth0
|
vsv dhcpcd-eth0
|
||||||
|
# Enable controlgroup by default, to make dhcpcd-ui work.
|
||||||
|
sed -i 's,^#\(controlgroup.*\),\1,' ${DESTDIR}/etc/dhcpcd.conf
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue