Fixup typo in pid file path in hostapd.service

This commit is contained in:
John W. Linville 2012-06-06 13:39:03 -04:00
parent 2983da39df
commit 05a3aac9bd
2 changed files with 5 additions and 2 deletions

View File

@ -5,7 +5,7 @@ After=network.target
[Service] [Service]
Type=forking Type=forking
PIDFile=/run/hostapd/hostapd.pid 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] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target

View File

@ -1,6 +1,6 @@
Name: hostapd Name: hostapd
Version: 0.7.3 Version: 0.7.3
Release: 7%{?dist} Release: 8%{?dist}
Summary: IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator Summary: IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
Group: System Environment/Daemons Group: System Environment/Daemons
License: BSD License: BSD
@ -167,6 +167,9 @@ fi
%changelog %changelog
* Wed Jun 6 2012 John W. Linville <linville@redhat.com> - 0.7.3-8
- Fixup typo in pid file path in hostapd.service
* Wed May 30 2012 John W. Linville <linville@redhat.com> - 0.7.3-7 * Wed May 30 2012 John W. Linville <linville@redhat.com> - 0.7.3-7
- Add BuildRequires for systemd-units - Add BuildRequires for systemd-units