wpa_supplicant: enable syslog for debug messages; make dbus services less verbose.
This commit is contained in:
parent
14f2b27363
commit
eac0b74c17
2 changed files with 5 additions and 5 deletions
|
@ -396,9 +396,9 @@ CONFIG_CTRL_IFACE_DBUS_INTRO=y
|
||||||
CONFIG_DEBUG_FILE=y
|
CONFIG_DEBUG_FILE=y
|
||||||
|
|
||||||
# Send debug messages to syslog instead of stdout
|
# Send debug messages to syslog instead of stdout
|
||||||
#CONFIG_DEBUG_SYSLOG=y
|
CONFIG_DEBUG_SYSLOG=y
|
||||||
# Set syslog facility for debug messages
|
# Set syslog facility for debug messages
|
||||||
#CONFIG_DEBUG_SYSLOG_FACILITY=LOG_DAEMON
|
CONFIG_DEBUG_SYSLOG_FACILITY=LOG_DAEMON
|
||||||
|
|
||||||
# Enable privilege separation (see README 'Privilege separation' for details)
|
# Enable privilege separation (see README 'Privilege separation' for details)
|
||||||
#CONFIG_PRIVSEP=y
|
#CONFIG_PRIVSEP=y
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'wpa_supplicant'
|
# Template file for 'wpa_supplicant'
|
||||||
pkgname=wpa_supplicant
|
pkgname=wpa_supplicant
|
||||||
version=2.2
|
version=2.2
|
||||||
revision=3
|
revision=4
|
||||||
build_wrksrc=$pkgname
|
build_wrksrc=$pkgname
|
||||||
short_desc="WPA/WPA2/IEEE 802.1X Supplicant"
|
short_desc="WPA/WPA2/IEEE 802.1X Supplicant"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -13,12 +13,12 @@ checksum=e0d8b8fd68a659636eaba246bb2caacbf53d22d53b2b6b90eb4b4fef0993c8ed
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libnl3-devel libressl-devel dbus-devel readline-devel>=6.3"
|
makedepends="libnl3-devel libressl-devel dbus-devel readline-devel>=6.3"
|
||||||
conf_files="/etc/${pkgname}/${pkgname}.conf"
|
conf_files="/etc/${pkgname}/${pkgname}.conf"
|
||||||
|
|
||||||
build_options="systemd"
|
build_options="systemd"
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
sed -i 's|/usr/local|$(PREFIX)|g' Makefile
|
sed -i 's|/usr/local|$(PREFIX)|g' Makefile
|
||||||
cp -f ${FILESDIR}/config .config
|
cp -f ${FILESDIR}/config .config
|
||||||
|
sed -i 's, -u, -uq,' dbus/*.service.in
|
||||||
}
|
}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
@ -52,5 +52,5 @@ do_install() {
|
||||||
sed -e 's|-i%I|& -Dnl80211,wext|' -i ${DESTDIR}/usr/lib/systemd/system/wpa_supplicant@.service
|
sed -e 's|-i%I|& -Dnl80211,wext|' -i ${DESTDIR}/usr/lib/systemd/system/wpa_supplicant@.service
|
||||||
fi
|
fi
|
||||||
|
|
||||||
vinstall README 644 usr/share/licenses/$pkgname LICENSE
|
vlicense README
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue