rpms/jabberd/devel initscript-close-output.patch,1.1,1.2

Bernie Innocenti bernie at fedoraproject.org
Tue Mar 31 09:18:07 UTC 2009


Author: bernie

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

Modified Files:
	initscript-close-output.patch 
Log Message:
Fix initscript-close-output.patch to really redirect stdout/stderr


initscript-close-output.patch:

Index: initscript-close-output.patch
===================================================================
RCS file: /cvs/pkgs/rpms/jabberd/devel/initscript-close-output.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- initscript-close-output.patch	31 Mar 2009 09:10:11 -0000	1.1
+++ initscript-close-output.patch	31 Mar 2009 09:18:07 -0000	1.2
@@ -5,7 +5,7 @@
  		rm -f ${pidPath}/${prog}.pid
  		args="-c ${confPath}/${prog}.xml"
 -		${progsPath}/${prog} ${args} & 2> /dev/null
-+		${progsPath}/${prog} ${args} & >/dev/null 2>&1
++		${progsPath}/${prog} ${args} >/dev/null 2>&1 &
  		retval=$?
  		if [ ${retval} == 0 ]; then
  			StatusOK




More information about the fedora-extras-commits mailing list