mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
f9afc568d0
commit
e6b4f70c93
2 changed files with 7 additions and 4 deletions
|
@ -15,8 +15,8 @@
|
||||||
by default. This setting can also be overriden on a per-network basis.
|
by default. This setting can also be overriden on a per-network basis.
|
||||||
|
|
||||||
* - NameResolvingService
|
* - NameResolvingService
|
||||||
- - Values: resolvconf, **systemd**
|
- - Values: resolvconf, **systemd**, none
|
||||||
+ - Values: **resolvconf**, systemd
|
+ - Values: **resolvconf**, systemd, none
|
||||||
|
|
||||||
Configures a DNS resolution method used by the system.
|
Configures a DNS resolution method used by the system.
|
||||||
|
|
||||||
|
@ -26,6 +26,9 @@
|
||||||
|
|
||||||
- If not specified, ``systemd`` is used as default.
|
- If not specified, ``systemd`` is used as default.
|
||||||
+ If not specified, ``resolvconf`` is used as default.
|
+ If not specified, ``resolvconf`` is used as default.
|
||||||
|
|
||||||
|
If ``none`` is specified, then DNS and domain name information is
|
||||||
|
ignored.
|
||||||
|
|
||||||
* - RoutePriorityOffset
|
* - RoutePriorityOffset
|
||||||
- Values: uint32 value (default: **300**)
|
- Values: uint32 value (default: **300**)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'iwd'
|
# Template file for 'iwd'
|
||||||
pkgname=iwd
|
pkgname=iwd
|
||||||
version=1.27
|
version=1.29
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-systemd-service --enable-pie
|
configure_args="--disable-systemd-service --enable-pie
|
||||||
|
@ -15,7 +15,7 @@ license="LGPL-2.1-or-later"
|
||||||
homepage="https://iwd.wiki.kernel.org/"
|
homepage="https://iwd.wiki.kernel.org/"
|
||||||
changelog="https://git.kernel.org/pub/scm/network/wireless/iwd.git/plain/ChangeLog"
|
changelog="https://git.kernel.org/pub/scm/network/wireless/iwd.git/plain/ChangeLog"
|
||||||
distfiles="${KERNEL_SITE}/network/wireless/${pkgname}-${version}.tar.xz"
|
distfiles="${KERNEL_SITE}/network/wireless/${pkgname}-${version}.tar.xz"
|
||||||
checksum=013b4a0a79629c20d915954fc3b5d0620ef6e0d6065db3c342f4b3f9111f46ec
|
checksum=71533fe3b8f6381f24832198ba11d00f04a361454770c173b3b66bc3cdf272bd
|
||||||
make_dirs="/var/lib/iwd 0600 root root
|
make_dirs="/var/lib/iwd 0600 root root
|
||||||
/var/lib/ead 0600 root root
|
/var/lib/ead 0600 root root
|
||||||
/etc/iwd 755 root root"
|
/etc/iwd 755 root root"
|
||||||
|
|
Loading…
Add table
Reference in a new issue