summaryrefslogtreecommitdiffstats
path: root/util/cleancache.pl
diff options
context:
space:
mode:
Diffstat (limited to 'util/cleancache.pl')
-rw-r--r--util/cleancache.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/cleancache.pl b/util/cleancache.pl
index 87701d2d..cdd4426c 100644
--- a/util/cleancache.pl
+++ b/util/cleancache.pl
@@ -16,6 +16,8 @@ open USEDPID, "bin/shmctl listpid |";
while( <USEDPID> ){
chomp;
delete $hash{"${MYHOSTNAME}b$_"};
+ delete $hash{"${MYHOSTNAME}f$_"};
+ delete $hash{"${MYHOSTNAME}z$_"};
}
foreach( keys %hash ){