From 89dba6ca7c35a7d0b7900b0681f83337a9a07d1d Mon Sep 17 00:00:00 2001
From: Pascal Rigaux <pixel@mandriva.com>
Date: Wed, 5 Nov 2003 10:21:09 +0000
Subject: handle image_totem

---
 move/tools/busy-files | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'move/tools')

diff --git a/move/tools/busy-files b/move/tools/busy-files
index 5356b3684..a49b882c2 100755
--- a/move/tools/busy-files
+++ b/move/tools/busy-files
@@ -14,7 +14,7 @@ push @l, grep { $_ } map { (split)[5] } map { cat_("/proc/$_/maps") } @pids;
 
 foreach (uniq @l) {
     if ($ARGV[0] eq '--server') {
-	s!/image_(always|boot)!/tmp/live_tree!;
+	s!/image_(always|boot|totem)!/tmp/live_tree!;
 	s!/image_raw/live_tree!/tmp/live_tree!;
     }
     print "$_\n";
-- 
cgit v1.2.1