Fixup typo in pid file path in hostapd.service
This commit is contained in:
parent
2983da39df
commit
05a3aac9bd
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user