[todo] foerste
authorMatthias Förste <foerste@schlittermann.de>
Fri, 06 Mar 2015 15:32:41 +0100
branchfoerste
changeset 44 21cf0d0ca51b
parent 43 f38791e4991c
child 53 d08f47fd8542
[todo]
TODO
tele-watch.pl
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TODO	Fri Mar 06 15:32:41 2015 +0100
@@ -0,0 +1,4 @@
+* detect (u)mounts over watchpoints because tele-watch will probably still
+  watch the 'old' filesystem (in case something is mounted over the filesystem
+  containing the watchpoint) or none at all (in case the filesystem is
+  umounted)
--- a/tele-watch.pl	Fri Feb 20 15:32:54 2015 +0100
+++ b/tele-watch.pl	Fri Mar 06 15:32:41 2015 +0100
@@ -174,6 +174,7 @@
         defined(my $pid = fork()) or die "Can't fork: $!\n";
         if ($pid) {
             notice "child is $pid";
+            # detect (u)mounts over watchpoints/targets
             exit 0;
         }
         setsid();