make ipso pick up your default editor from the plumbers rules. -Steve Reference: /n/sources/patch/applied/ipso-editor Date: Mon Jan 28 18:37:06 CET 2008 Signed-off-by: steve@quintile.net --- /rc/bin/ipso Mon Jan 28 18:30:37 2008 +++ /rc/bin/ipso Mon Jan 28 18:30:24 2008 @@ -1,9 +1,10 @@ #!/bin/rc -if(! ~ $service terminal){ - echo >[1=2] ipso should be run only on the terminal - exit terminal -} +#if(! ~ $service terminal){ +# echo >[1=2] ipso should be run only on the terminal +# exit terminal +#} + path=(/bin) home=(/tmp) @@ -44,6 +45,10 @@ if not ls -tr | sed '1,/^_timestamp$/d' } + +edexp=`{grep '^editor=' /mnt/plumb/rules >[2] /dev/null} +if(~ $#edexp 1) + eval $edexp while(~ $1 -*){ switch($1){