From 574ccee478b9da9457cdf0e476b8df6eb584b580 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Mon, 16 Jul 2012 06:48:11 +0000 Subject: Minor memory management, performance, and tracing improvements. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1361917 13f79535-47bb-0310-9956-ffa450edef68 --- sca-cpp/trunk/etc/httpd-ipcrm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sca-cpp/trunk/etc/httpd-ipcrm') diff --git a/sca-cpp/trunk/etc/httpd-ipcrm b/sca-cpp/trunk/etc/httpd-ipcrm index b457e7385f..860b724296 100755 --- a/sca-cpp/trunk/etc/httpd-ipcrm +++ b/sca-cpp/trunk/etc/httpd-ipcrm @@ -19,5 +19,6 @@ # Remove ipcs created by httpd -ipcs -s | grep 0x | awk '{ print $2 }' | xargs -i -t ipcrm -s {} +id=`id -un` +ipcs -s | grep "$id" | grep "0x" | awk '{ print $2 }' | xargs -i -t ipcrm -s {} -- cgit v1.2.3