From 73e97bc16e38591fa113bba1192f268e97aafdfd Mon Sep 17 00:00:00 2001 From: ru Date: Thu, 24 May 2001 13:15:49 +0000 Subject: mount_portal -> mount_portalfs. --- share/examples/portal/README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'share/examples/portal/README') diff --git a/share/examples/portal/README b/share/examples/portal/README index f3a2690..d8dc1fc 100644 --- a/share/examples/portal/README +++ b/share/examples/portal/README @@ -1,3 +1,4 @@ +$FreeBSD$ This contains a couple of examples for using the portal filing system. @@ -12,7 +13,7 @@ not be considered secure, use with caution. First off mount the filesystem using something like: -# mount_portal /usr/share/examples/portal/portal.conf /p +# mount_portalfs /usr/share/examples/portal/portal.conf /p Then you should be able to do things like # cat /p/tcp/localhost/daytime @@ -25,7 +26,7 @@ Welcome to FreeBSD! # cd /tmp/root # mkdir bin p # cp /bin/sh /bin/cat bin -# mount_portal /usr/share/examples/portal/portal.conf /tmp/root/p +# mount_portalfs /usr/share/examples/portal/portal.conf /tmp/root/p # chroot /tmp/root # pwd / -- cgit v1.1