- Fix typo in init script (#558993)
This commit is contained in:
parent
f85c328717
commit
81234be9ba
@ -37,7 +37,7 @@ case "$1" in
|
|||||||
stop
|
stop
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo $"Usage: $0 {start|stop}"
|
echo "Usage: $0 {start|stop}"
|
||||||
exit 3
|
exit 3
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Bluetooth utilities
|
Summary: Bluetooth utilities
|
||||||
Name: bluez
|
Name: bluez
|
||||||
Version: 4.60
|
Version: 4.60
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Source: http://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.gz
|
Source: http://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.gz
|
||||||
@ -273,6 +273,9 @@ fi
|
|||||||
%config(noreplace) %{_sysconfdir}/sysconfig/pand
|
%config(noreplace) %{_sysconfdir}/sysconfig/pand
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 15 2010 Bastien Nocera <bnocera@redhat.com> 4.60-2
|
||||||
|
- Fix typo in init script (#558993)
|
||||||
|
|
||||||
* Sun Jan 10 2010 Bastien Nocera <bnocera@redhat.com> 4.60-1
|
* Sun Jan 10 2010 Bastien Nocera <bnocera@redhat.com> 4.60-1
|
||||||
- Update to 4.60
|
- Update to 4.60
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user