From 0d378e905e4df6266d9fc9243e7ed735e12d839b Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Sat, 26 Oct 2013 20:17:56 +0200 Subject: inst: cleanup installer making it not rely on path containing . always explicitely execute installer modules with ./name instead of relying that the path contians the dot. --- rc/bin/inst/watchfd | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100755 rc/bin/inst/watchfd (limited to 'rc/bin/inst/watchfd') diff --git a/rc/bin/inst/watchfd b/rc/bin/inst/watchfd deleted file mode 100755 index d836abd8d..000000000 --- a/rc/bin/inst/watchfd +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/rc - -p=`{ps | grep $1 | sed 's/[^ ]* +([^ ]+) .*/\1/' } -while(! ~ $#p 1) { - sleep 1 - p=`{ps | grep $1 | sed 's/[^ ]* +([^ ]+) .*/\1/'} -} -p=$p(1) - -baropt='-w 145,129,445,168' -if(~ $textinst 1) - baropt=-t - -{ - while(test -f /proc/$p/fd) - grep '^ *'^$2^' ' /proc/$p/fd >[2]/dev/null -} | awk '{print $9 " '^$3^'"; fflush("/dev/stdout")}' | aux/statusbar $baropt $4 -- cgit v1.2.3