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]
|
||||
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
|
||||
|
@ -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@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
|
||||
- Add BuildRequires for systemd-units
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user