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'
|
||||
pkgname=dhcpcd
|
||||
version=6.6.6
|
||||
revision=1
|
||||
revision=2
|
||||
lib32disabled=yes
|
||||
build_options="systemd"
|
||||
build_style=configure
|
||||
|
@ -27,4 +27,6 @@ post_install() {
|
|||
fi
|
||||
vsv dhcpcd
|
||||
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