URI: 
       trename /usr/local/plan9 for alternate installs - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 7ee8b4b0db1e780e24bd53f49a56a9e1bef2316f
   DIR parent c761d0aa4f2b6bc5e8ff7092db1055f0beecf13d
  HTML Author: rsc <devnull@localhost>
       Date:   Fri,  7 Jan 2005 19:10:22 +0000
       
       rename /usr/local/plan9 for alternate installs
       
       Diffstat:
         A lib/moveplan9.files                 |      13 +++++++++++++
         A lib/moveplan9.sh                    |      10 ++++++++++
       
       2 files changed, 23 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/lib/moveplan9.files b/lib/moveplan9.files
       t@@ -0,0 +1,13 @@
       +bin/"
       +bin/""
       +bin/Getdir
       +bin/adict
       +bin/doctype
       +bin/g
       +bin/lookman
       +bin/spell
       +bin/src
       +bin/start
       +bin/stop
       +bin/slay
       +plumb/basic
   DIR diff --git a/lib/moveplan9.sh b/lib/moveplan9.sh
       t@@ -0,0 +1,10 @@
       +#!/bin/sh
       +
       +p=`cleanname $PLAN9`
       +cd $PLAN9
       +echo '
       +        X ,s;/usr/local/plan9;$p;g
       +        X/'/w
       +        q
       +' | sam -d `cat lib/moveplan9.files` man/man*/*.* # >/dev/null 2>&1
       +