tplumb: change inferno module path to /usr/inferno/module (Anthony Sorace) - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 9a0e0048423b0afe1da390354eca315d06ef165b
 (DIR) parent 7a61658daa41c4dbe814b794c93bea3642146430
 (HTM) Author: Russ Cox <rsc@swtch.com>
       Date:   Sun, 17 May 2009 10:54:56 -0700
       
       plumb: change inferno module path to /usr/inferno/module (Anthony Sorace)
       
       Diffstat:
         M plumb/basic                         |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/plumb/basic b/plumb/basic
       t@@ -95,10 +95,10 @@ attr add        addr=$3
        plumb to edit
        plumb client $editor
        
       -# .m files are looked up in /sys/module and passed to edit
       +# .m files are looked up in /usr/inferno/module and passed to edit
        type is text
        data matches '([a-zA-Z¡-￿0-9/_\-]+\.m)('$addr')?'
       -arg isfile        /sys/module/$1
       +arg isfile        /usr/inferno/module/$1
        data set        $file
        attr add        addr=$3
        plumb to edit