From a9060cc06bee66e12fe16644511f181a4b0cdbd3 Mon Sep 17 00:00:00 2001 From: Taru Karttunen Date: Wed, 30 Mar 2011 19:35:09 +0300 Subject: Import sources from 2011-03-30 iso image - lib --- lib/namespace.ftp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 lib/namespace.ftp (limited to 'lib/namespace.ftp') diff --git a/lib/namespace.ftp b/lib/namespace.ftp new file mode 100755 index 000000000..e354910e3 --- /dev/null +++ b/lib/namespace.ftp @@ -0,0 +1,13 @@ +# bootes' root +mount -a #s/boot / + +# visible things go here +bind /sys/doc /usr/web/plan9/doc +bind /sys/src/cmd/unix /usr/web/plan9/unixsrc + +# anonymous ftp only allows writes to files below /incoming +# bind a personal incoming directory below incoming +bind -c /usr/none/incoming /usr/web/incoming/none + +# this cuts off everything not mounted below /usr/web +bind /usr/web / -- cgit v1.2.3