From 0ae12aca2bd199b6286554152a1bbd9a381e41b5 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 22 Jan 2019 13:44:05 -0200 Subject: [PATCH] dhcpcd: update to 7.1.0. --- srcpkgs/dhcpcd/files/dhcpcd-eth0/run | 0 srcpkgs/dhcpcd/files/dhcpcd/run | 0 srcpkgs/dhcpcd/template | 15 +++++---------- 3 files changed, 5 insertions(+), 10 deletions(-) mode change 100755 => 100644 srcpkgs/dhcpcd/files/dhcpcd-eth0/run mode change 100755 => 100644 srcpkgs/dhcpcd/files/dhcpcd/run diff --git a/srcpkgs/dhcpcd/files/dhcpcd-eth0/run b/srcpkgs/dhcpcd/files/dhcpcd-eth0/run old mode 100755 new mode 100644 diff --git a/srcpkgs/dhcpcd/files/dhcpcd/run b/srcpkgs/dhcpcd/files/dhcpcd/run old mode 100755 new mode 100644 diff --git a/srcpkgs/dhcpcd/template b/srcpkgs/dhcpcd/template index b2274ed985f..0cd7800a2d3 100644 --- a/srcpkgs/dhcpcd/template +++ b/srcpkgs/dhcpcd/template @@ -1,6 +1,6 @@ # Template file for 'dhcpcd' pkgname=dhcpcd -version=7.0.8 +version=7.1.0 revision=1 build_style=configure configure_args="--prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc --rundir=/run" @@ -11,22 +11,17 @@ maintainer="Juan RP " license="BSD-2-Clause" homepage="https://roy.marples.name/projects/dhcpcd" distfiles="https://roy.marples.name/downloads/dhcpcd/dhcpcd-${version}.tar.xz" -checksum=96968e883369ab4afd11eba9dfd9bb109f5dfff65b2814ce6c432f36362dc9b5 +checksum=019ff03f4495c58be1b43a5543a4f427b6a2c3f6a3850a112bc0baca50771243 lib32disabled=yes conf_files=/etc/dhcpcd.conf -pre_install() { - # make wpa_supplicant log to syslog rather than stdout - sed -i 's,-B,& -s,' hooks/10-wpa_supplicant -} - post_install() { vsv dhcpcd 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/ + vsed -e 's,^#\(controlgroup.*\),\1,' -i ${DESTDIR}/etc/dhcpcd.conf + # License - sed 26q src/control.h > LICENSE vlicense LICENSE }