rpms/boa/devel boa.init,1.2,1.3 boa.spec,1.17,1.18

Matthias Saou thias at fedoraproject.org
Tue Nov 24 21:38:37 UTC 2009


Author: thias

Update of /cvs/extras/rpms/boa/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1944/devel

Modified Files:
	boa.init boa.spec 
Log Message:
Fix last minute init script breakage from the lat changes (#527582).



Index: boa.init
===================================================================
RCS file: /cvs/extras/rpms/boa/devel/boa.init,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- boa.init	12 Apr 2009 14:46:58 -0000	1.2
+++ boa.init	24 Nov 2009 21:38:37 -0000	1.3
@@ -35,7 +35,7 @@ start() {
     [ -f $config ] || exit 6
     echo -n $"Starting $prog: "
     # Remove stderr since messages get spit out when the DEBUG_LEVEL is high
-    daemon $exec${SERVERROOT+" -c $SERVERROOT"}${CHROOT+" -r $CHROOT"}${DEBUG_LEVEL+" -l $DEBUG_LEVEL"} 2>/dev/null
+    daemon $exec ${SERVERROOT+" -c $SERVERROOT"}${CHROOT+" -r $CHROOT"}${DEBUG_LEVEL+" -l $DEBUG_LEVEL"} 2>/dev/null
     retval=$?
     echo
     [ $retval -eq 0 ] && touch $lockfile


Index: boa.spec
===================================================================
RCS file: /cvs/extras/rpms/boa/devel/boa.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- boa.spec	24 Jul 2009 18:16:29 -0000	1.17
+++ boa.spec	24 Nov 2009 21:38:37 -0000	1.18
@@ -4,7 +4,7 @@
 Summary: Single-tasking HTTP server
 Name: boa
 Version: 0.94.14
-Release: 0.13%{?rcver:.%{rcver}}%{?dist}
+Release: 0.14%{?rcver:.%{rcver}}%{?dist}
 License: GPLv2+
 Group: System Environment/Daemons
 URL: http://www.boa.org/
@@ -135,6 +135,9 @@ fi
 
 
 %changelog
+* Tue Nov 24 2009 Matthias Saou <http://freshrpms.net/> 0.94.14-0.14.rc21
+- Fix last minute init script breakage from the lat changes (#527582).
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.94.14-0.13.rc21
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the scm-commits mailing list