rpms/fyre/FC-3 fyre-cluster.init,1.1,1.2 fyre.spec,1.7,1.8

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-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2127/FC-3

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-3/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-3/fyre.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- fyre.spec	19 May 2005 07:36:23 -0000	1.7
+++ fyre.spec	8 Jul 2005 16:44:01 -0000	1.8
@@ -1,6 +1,6 @@
 Name:           fyre
 Version:        1.0.0
-Release:        7%{?dist}
+Release:        9%{?dist}
 
 Summary:        A tool for creating artwork from chaotic functions
 Group:          Amusements/Graphics
@@ -75,15 +75,21 @@
 %config(noreplace) %{_sysconfdir}/sysconfig/fyre
 
 %changelog
-* Thu May 19 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 1.0.0-7.fc3
+* 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-6.fc3
+* 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-5.fc3
+* 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>
+- rebuilt
+
 * Wed Mar 30 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 1.0.0-4
 - Disabled OpenEXR and GNet in %%configure
 - Removed gtk2-devel from BuildRequires




More information about the scm-commits mailing list