[Webapps-common-discuss] webapps-common/internal httpd,1.4,1.5

seanius at haydn.debian.org seanius at haydn.debian.org
Fri Mar 31 07:05:01 UTC 2006


Update of /cvsroot/webapps-common/webapps-common/internal
In directory haydn:/org/alioth.debian.org/chroot/home/users/seanius/tmp/cvs-serv4048/internal

Modified Files:
	httpd 
Log Message:
some offline work i did

Index: httpd
===================================================================
RCS file: /cvsroot/webapps-common/webapps-common/internal/httpd,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- httpd	24 Nov 2005 10:28:52 -0000	1.4
+++ httpd	31 Mar 2006 07:04:55 -0000	1.5
@@ -41,7 +41,7 @@
 		httpds=$wc_httpd_supported
 	fi
 	for f in $httpds; do
-		if pgrep -fx /usr/sbin/$f >/dev/null; then
+		if pgrep -fx "/usr/sbin/$f .*" >/dev/null; then
 			echo $f
 		fi
 	done




More information about the Webapps-common-discuss mailing list