From e8a462c1ef0c9f18fc08a45cf5ae479b6dd8c017 Mon Sep 17 00:00:00 2001 From: dms Date: Sun, 4 Feb 2001 12:14:09 +0000 Subject: [PATCH] delForked: warn if name is source file. git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@332 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/Shm.pl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/blootbot/src/Shm.pl b/blootbot/src/Shm.pl index 136bd16..3c50349 100644 --- a/blootbot/src/Shm.pl +++ b/blootbot/src/Shm.pl @@ -154,6 +154,10 @@ sub delForked { POSIX::_exit(0); } + if ($name =~ /\.pl/) { + &WARN("dF: name is name of source file ($name). FIX IT!"); + } + &showProc(); # just for informational purposes. if (exists $forked{$name}) { -- 2.39.5