summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-08-07 17:44:04 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-08-07 17:44:04 +0800
commit15940b3de124b0df563d44a8e3be02bc49a72256 (patch)
tree584d142b3b8e86bf142bf72763862cd269cb2afb /util
parentc663980c420bd8f1c95e5682325a908752030378 (diff)
downloadpttbbs-15940b3de124b0df563d44a8e3be02bc49a72256.tar
pttbbs-15940b3de124b0df563d44a8e3be02bc49a72256.tar.gz
pttbbs-15940b3de124b0df563d44a8e3be02bc49a72256.tar.bz2
pttbbs-15940b3de124b0df563d44a8e3be02bc49a72256.tar.lz
pttbbs-15940b3de124b0df563d44a8e3be02bc49a72256.tar.xz
pttbbs-15940b3de124b0df563d44a8e3be02bc49a72256.tar.zst
pttbbs-15940b3de124b0df563d44a8e3be02bc49a72256.zip
clean fav, zap
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@463 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util')
-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 ){