wpa_supplicant: respect changed sysconfdir of dbus, /etc instead of /usr/etc

This commit is contained in:
Juergen Daubert 2019-03-12 09:00:01 +01:00
parent 09462aeb82
commit 1282502c98
3 changed files with 9 additions and 10 deletions

View File

@ -1,12 +1,11 @@
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/dbus-1/
drwxr-xr-x root/root etc/dbus-1/system.d/
-rw-r--r-- root/root etc/dbus-1/system.d/wpa_supplicant.conf
drwxr-xr-x root/root etc/rc.d/
-rwxr-xr-x root/root etc/rc.d/wlan
-rw------- root/root etc/wpa_supplicant.conf
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/etc/
drwxr-xr-x root/root usr/etc/dbus-1/
drwxr-xr-x root/root usr/etc/dbus-1/system.d/
-rw-r--r-- root/root usr/etc/dbus-1/system.d/wpa_supplicant.conf
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/wpa_cli
-rwxr-xr-x root/root usr/sbin/wpa_passphrase

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/SCauxwDfSoXsjBJE9lPy12qCQ7hpFSHd3fRvsrn+oiz+OMNSIjh5/p6L2DNwZhG4pOqrIJD9XBvNSA3XeN42As=
SHA256 (Pkgfile) = b577a31a70d9cc18215d2a0412cac926b1c554a3ad068c485a508960e00295f5
SHA256 (.footprint) = d3b2e0c4068fe789ca0c18c2c81faf906efdbd970fa00641c3e5381dcbc474a5
RWSE3ohX2g5d/agbrRb7AhRI/5ja+0Ji3dwxxd48tFqlvVotVRQgeJNTq5U9qnE4QB6IqWmkxfB56jMwpKxpHFbrj3N2FQgLEQI=
SHA256 (Pkgfile) = c27bfdea6e4861addb6e8db80afe7dec94eab138c9279872666bd6aaa7e57e89
SHA256 (.footprint) = d4302c7846d3447459040f032e05e10dc251113e6a1555b045a4d95aded9e409
SHA256 (wpa_supplicant-2.7.tar.gz) = 76ea6b06b7a2ea8e6d9eb1a9166166f1656e6d48c7508914f592100c95c73074
SHA256 (wlan) = 62f4c0bf8d5fedcf5b6ad79278f4be16f29841099f385acc4fc91e2d52ca1927

View File

@ -5,7 +5,7 @@
name=wpa_supplicant
version=2.7
release=1
release=2
source=(http://hostap.epitest.fi/releases/$name-$version.tar.gz
wlan)
@ -33,7 +33,7 @@ build () {
install -D -m 0755 $SRC/wlan $PKG/etc/rc.d/wlan
# dbus
install -d $PKG/usr/{share/dbus-1/system-services,etc/dbus-1/system.d}
install -d $PKG/{usr/share/dbus-1/system-services,etc/dbus-1/system.d}
install -m 0644 dbus/fi.w1.wpa_supplicant1.service $PKG/usr/share/dbus-1/system-services/
install -m 0644 dbus/dbus-wpa_supplicant.conf $PKG/usr/etc/dbus-1/system.d/wpa_supplicant.conf
install -m 0644 dbus/dbus-wpa_supplicant.conf $PKG/etc/dbus-1/system.d/wpa_supplicant.conf
}