diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-10 05:33:43 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-10 05:33:43 +0000 |
commit | 3a78a07143fc793923e9f965820d97f4b3de6ec4 (patch) | |
tree | 0d1ca3ed0ac24e05000ed971f19caaa77f841c70 /rc/bin/inst | |
parent | b73e068bfeff7337bf593fa5b2d2858c89f5f13e (diff) | |
download | plan9front-3a78a07143fc793923e9f965820d97f4b3de6ec4.tar.xz |
ape: fix fread/fwrite, python: disable bytecode dumps, inst: rename textonly to start and remove inst/gui, add sys/lib/rootbind, cisfd(8) manpage
Diffstat (limited to 'rc/bin/inst')
-rwxr-xr-x | rc/bin/inst/gui | 7 | ||||
-rwxr-xr-x | rc/bin/inst/start (renamed from rc/bin/inst/textonly) | 1 |
2 files changed, 0 insertions, 8 deletions
diff --git a/rc/bin/inst/gui b/rc/bin/inst/gui deleted file mode 100755 index afb0981d0..000000000 --- a/rc/bin/inst/gui +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/rc - -cd /bin/inst -echo blanktime 0 >/dev/vgactl -. defs - -startwin 640 480 diff --git a/rc/bin/inst/textonly b/rc/bin/inst/start index 3b08dfa8d..dbaa7a199 100755 --- a/rc/bin/inst/textonly +++ b/rc/bin/inst/start @@ -1,6 +1,5 @@ #!/bin/rc -# text-only install cd /bin/inst . defs |