rpms/fyre/FC-4 fyre-cluster.init,1.1,1.2 fyre.spec,1.8,1.9

Ignacio Vazquez-Abrams (ivazquez) fedora-extras-commits at redhat.com
Fri Jul 8 16:44:03 UTC 2005


Author: ivazquez

Update of /cvs/extras/rpms/fyre/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2127/FC-4

Modified Files:
	fyre-cluster.init fyre.spec 
Log Message:
Added restart definition to initscript (#161008)


Index: fyre-cluster.init
===================================================================
RCS file: /cvs/extras/rpms/fyre/FC-4/fyre-cluster.init,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fyre-cluster.init	18 May 2005 22:41:20 -0000	1.1
+++ fyre-cluster.init	8 Jul 2005 16:44:01 -0000	1.2
@@ -9,11 +9,6 @@
 # processname: fyre
 # config: /etc/sysconfig/fyre
 # pidfile: /var/run/fyre.pid
-# <tags -- see below for tag definitions.  *Every line* from the top
-#  of the file to the end of the tags section must begin with a #
-#  character.  After the tags section, there should be a blank line.
-#  This keeps normal comments in the rest of the file from being
-#  mistaken for tags, should they happen to fit the pattern.>
 
 # Source function library.
 . /etc/init.d/functions
@@ -46,6 +41,11 @@
 	return 0
 }
 
+restart() {
+	stop
+	start
+}
+
 case "$1" in
     start)
 	start


Index: fyre.spec
===================================================================
RCS file: /cvs/extras/rpms/fyre/FC-4/fyre.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- fyre.spec	19 May 2005 07:36:23 -0000	1.8
+++ fyre.spec	8 Jul 2005 16:44:01 -0000	1.9
@@ -1,6 +1,6 @@
 Name:           fyre
 Version:        1.0.0
-Release:        8%{?dist}
+Release:        9%{?dist}
 
 Summary:        A tool for creating artwork from chaotic functions
 Group:          Amusements/Graphics
@@ -75,13 +75,16 @@
 %config(noreplace) %{_sysconfdir}/sysconfig/fyre
 
 %changelog
-* Thu May 19 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 1.0.0-8.fc4
+* Fri Jul  8 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 1.0.0-9
+- Added restart definition to initscript (#161008)
+
+* Thu May 19 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 1.0.0-8
 - Marked config file
 
-* Wed May 18 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 1.0.0-7.fc4
+* Wed May 18 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 1.0.0-7
 - Added initscript for clustering
 
-* Tue May 10 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 1.0.0-6.fc4
+* Tue May 10 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 1.0.0-6
 - Re-enabled OpenEXR and GNet
 
 * Thu Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>




More information about the fedora-extras-commits mailing list