diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-11-05 10:21:09 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-11-05 10:21:09 +0000 |
commit | 89dba6ca7c35a7d0b7900b0681f83337a9a07d1d (patch) | |
tree | b7b57c98b33f4671266c056ad61315928c1ccf1d /move/tools/busy-files | |
parent | 67a2cb1ebbe4374e0ec2b7d2f27c0fca6c015466 (diff) | |
download | drakx-89dba6ca7c35a7d0b7900b0681f83337a9a07d1d.tar drakx-89dba6ca7c35a7d0b7900b0681f83337a9a07d1d.tar.gz drakx-89dba6ca7c35a7d0b7900b0681f83337a9a07d1d.tar.bz2 drakx-89dba6ca7c35a7d0b7900b0681f83337a9a07d1d.tar.xz drakx-89dba6ca7c35a7d0b7900b0681f83337a9a07d1d.zip |
handle image_totem
Diffstat (limited to 'move/tools/busy-files')
-rwxr-xr-x | move/tools/busy-files | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |