rpms/bluez-utils/F-8 bluez-utils.spec, 1.85, 1.86 dund.init, 1.6, 1.7 pand.init, 1.6, 1.7

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Fri Jan 25 13:37:39 UTC 2008


Author: hadess

Update of /cvs/pkgs/rpms/bluez-utils/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28421

Modified Files:
	bluez-utils.spec dund.init pand.init 
Log Message:
* Fri Jan 25 2008 - Bastien Nocera <bnocera at redhat.com> - 3.20-6
- Avoid dund and pand starting too early (#429489)



Index: bluez-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bluez-utils/F-8/bluez-utils.spec,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- bluez-utils.spec	25 Jan 2008 12:30:44 -0000	1.85
+++ bluez-utils.spec	25 Jan 2008 13:36:56 -0000	1.86
@@ -1,7 +1,7 @@
 Summary: Bluetooth utilities 
 Name: bluez-utils
 Version: 3.20
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: GPLv2+
 Group: Applications/System
 Source: http://bluez.sourceforge.net/download/%{name}-%{version}.tar.gz
@@ -157,6 +157,9 @@
 %{_libdir}/alsa-lib/*.so
 
 %changelog
+* Fri Jan 25 2008 - Bastien Nocera <bnocera at redhat.com> - 3.20-6
+- Avoid dund and pand starting too early (#429489)
+
 * Fri Jan 25 2008 - Bastien Nocera <bnocera at redhat.com> - 3.20-5
 - Fix hcid trying to find the OUI file somewhere in /var (#428803)
 


Index: dund.init
===================================================================
RCS file: /cvs/pkgs/rpms/bluez-utils/F-8/dund.init,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- dund.init	1 Aug 2007 14:52:35 -0000	1.6
+++ dund.init	25 Jan 2008 13:36:56 -0000	1.7
@@ -1,11 +1,14 @@
 #!/bin/sh
-#
-# dund:		Bluetooth Dial-Up-Networking Daemon.
-#
+
 # chkconfig:	- 26 89
-# description:	Bluetooth Dial-Up-Networking Daemon. Provides PPP over RFCOMM \
-#		services.
-#
+
+### BEGIN INIT INFO
+# Required-Start: bluetooth
+# Default-Start: 
+# Short-Description: Bluetooth Dial-Up-Networking Daemon.
+# Description: Bluetooth Dial-Up-Networking Daemon. Provides PPP over RFCOMM
+# services.
+### END INIT INFO
 
 # Source function library.
 . /etc/rc.d/init.d/functions


Index: pand.init
===================================================================
RCS file: /cvs/pkgs/rpms/bluez-utils/F-8/pand.init,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pand.init	1 Aug 2007 14:52:35 -0000	1.6
+++ pand.init	25 Jan 2008 13:36:56 -0000	1.7
@@ -1,11 +1,14 @@
 #!/bin/sh
-#
-# pand:		Bluetooth Personal Area Networking Daemon.
-#
+
 # chkconfig:	- 26 89
-# description:	Bluetooth Personal Area Networking Daemon. Provides network \
-#		services over Bluetooth.
-#
+
+### BEGIN INIT INFO
+# Required-Start: bluetooth
+# Default-Start:
+# Short-Description: Bluetooth Personal Area Networking Daemon.
+# Description: Bluetooth Personal Area Networking Daemon. Provides network
+# services over Bluetooth.
+### END INIT INFO
 
 # Source function library.
 . /etc/rc.d/init.d/functions




More information about the fedora-extras-commits mailing list