[PC-BSD Commits] r21313 - pcbsd/current/src-sh/pc-updatemanager
svn at pcbsd.org
svn at pcbsd.org
Mon Feb 4 08:55:59 PST 2013
Author: kris
Date: 2013-02-04 16:55:59 +0000 (Mon, 04 Feb 2013)
New Revision: 21313
Modified:
pcbsd/current/src-sh/pc-updatemanager/pc-updatemanager
Log:
Don't need to kid PID anymore
Modified: pcbsd/current/src-sh/pc-updatemanager/pc-updatemanager
===================================================================
--- pcbsd/current/src-sh/pc-updatemanager/pc-updatemanager 2013-02-04 16:55:56 UTC (rev 21312)
+++ pcbsd/current/src-sh/pc-updatemanager/pc-updatemanager 2013-02-04 16:55:59 UTC (rev 21313)
@@ -488,7 +488,6 @@
# Cleanup EVENT_PIPE
if [ -n "$PCFETCHGUI" ] ; then
rm $EVENT_PIPE
- killall -9 $PID
fi
if [ $result -ne 0 ] ; then
More information about the Commits
mailing list