[hostapd] Fixup typo in pid file path in hostapd.service

John W. Linville linville at fedoraproject.org
Wed Jun 6 17:41:56 UTC 2012


commit 05a3aac9bd71ec7f791edf333761c6038e241db9
Author: John W. Linville <linville at tuxdriver.com>
Date:   Wed Jun 6 13:39:03 2012 -0400

    Fixup typo in pid file path in hostapd.service

 hostapd.service |    2 +-
 hostapd.spec    |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
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 <linville at redhat.com> - 0.7.3-8
+- Fixup typo in pid file path in hostapd.service
+
 * Wed May 30 2012 John W. Linville <linville at redhat.com> - 0.7.3-7
 - Add BuildRequires for systemd-units
 


More information about the scm-commits mailing list