rpms/cwdaemon/devel cwdaemon.init, 1.1, 1.2 cwdaemon.spec, 1.1, 1.2 cwdaemon.sysconfig, 1.1, 1.2

Lucian Langa lucilanga at fedoraproject.org
Wed Sep 3 07:25:24 UTC 2008


Author: lucilanga

Update of /cvs/pkgs/rpms/cwdaemon/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17620

Modified Files:
	cwdaemon.init cwdaemon.spec cwdaemon.sysconfig 
Log Message:
* Wed Sep 03 2008 Lucian Langa <cooly at gnome.eu.org> - 0.9.4-9
- fix sysvinit script


Index: cwdaemon.init
===================================================================
RCS file: /cvs/pkgs/rpms/cwdaemon/devel/cwdaemon.init,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cwdaemon.init	24 Aug 2008 14:07:05 -0000	1.1
+++ cwdaemon.init	3 Sep 2008 07:24:53 -0000	1.2
@@ -27,10 +27,6 @@
 RETVAL=0
 prog="cwdaemon"
 
-# Exit if it says no start
-grep -q '^START_CWDAEMON=yes' /etc/sysconfig/$NAME || exit 0
-
-
 start() {
         # Start daemons.
         echo -n $"Starting $prog: "


Index: cwdaemon.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cwdaemon/devel/cwdaemon.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cwdaemon.spec	24 Aug 2008 14:07:05 -0000	1.1
+++ cwdaemon.spec	3 Sep 2008 07:24:53 -0000	1.2
@@ -1,6 +1,6 @@
 Name:		cwdaemon
 Version:	0.9.4
-Release:	8%{?dist}
+Release:	9%{?dist}
 Summary:	Morse daemon for the parallel or serial port
 
 Group:		System Environment/Daemons
@@ -73,6 +73,9 @@
 %{_mandir}/man8/%{name}.8.gz
 
 %changelog
+* Wed Sep 03 2008 Lucian Langa <cooly at gnome.eu.org> - 0.9.4-9
+- fix sysvinit script
+
 * Wed Aug 20 2008 Lucian Langa <cooly at gnome.eu.org> - 0.9.4-8
 - added postun scriptlet
 


Index: cwdaemon.sysconfig
===================================================================
RCS file: /cvs/pkgs/rpms/cwdaemon/devel/cwdaemon.sysconfig,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cwdaemon.sysconfig	24 Aug 2008 14:07:05 -0000	1.1
+++ cwdaemon.sysconfig	3 Sep 2008 07:24:53 -0000	1.2
@@ -26,4 +26,4 @@
 
 #example: 
 #OPTS="-d parport0 -p 6789 -P 0 -s 24 -t 0 -v 70 -w 0 -x c"
-OPTS="-d parport"
+OPTS="-d parport0"




More information about the fedora-extras-commits mailing list