From 05a3aac9bd71ec7f791edf333761c6038e241db9 Mon Sep 17 00:00:00 2001 From: John W. Linville Date: Jun 06 2012 17:39:03 +0000 Subject: Fixup typo in pid file path in hostapd.service --- diff --git a/hostapd.service b/hostapd.service index 111926f..3409d24 100644 --- a/hostapd.service +++ b/hostapd.service @@ -5,7 +5,7 @@ After=network.target [Service] Type=forking PIDFile=/run/hostapd/hostapd.pid -ExecStart=/usr/sbin/hostapd /etc/hostapd/hostapd.conf -P /run/hostapd.pid -B +ExecStart=/usr/sbin/hostapd /etc/hostapd/hostapd.conf -P /run/hostapd/hostapd.pid -B [Install] WantedBy=multi-user.target diff --git a/hostapd.spec b/hostapd.spec index 58c7fd6..46bfd54 100644 --- a/hostapd.spec +++ b/hostapd.spec @@ -1,6 +1,6 @@ Name: hostapd Version: 0.7.3 -Release: 7%{?dist} +Release: 8%{?dist} Summary: IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator Group: System Environment/Daemons License: BSD @@ -167,6 +167,9 @@ fi %changelog +* Wed Jun 6 2012 John W. Linville - 0.7.3-8 +- Fixup typo in pid file path in hostapd.service + * Wed May 30 2012 John W. Linville - 0.7.3-7 - Add BuildRequires for systemd-units