From 356af2896ff1399aaa1d7f42ff11153904c238ec Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Fri, 18 Aug 2017 20:47:07 -0700 Subject: [PATCH] dhcpcd: enable wpa_supplicant hook by default --- srcpkgs/dhcpcd/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/dhcpcd/template b/srcpkgs/dhcpcd/template index d50319c8c11..a32b2ec5eec 100644 --- a/srcpkgs/dhcpcd/template +++ b/srcpkgs/dhcpcd/template @@ -1,7 +1,7 @@ # Template file for 'dhcpcd' pkgname=dhcpcd version=6.11.5 -revision=3 +revision=4 lib32disabled=yes build_style=configure configure_args="--prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc --rundir=/run" @@ -24,4 +24,5 @@ post_install() { vsv dhcpcd-eth0 # Enable controlgroup by default, to make dhcpcd-ui work. sed -i 's,^#\(controlgroup.*\),\1,' ${DESTDIR}/etc/dhcpcd.conf + ln -sf /usr/share/dhcpcd/hooks/10-wpa_supplicant ${DESTDIR}/usr/libexec/dhcpcd-hooks/ }