From bce31499fa5566ee65f4377a74534c84999ab496 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 26 Oct 2005 21:04:48 +0000 Subject: [PATCH] Modified comments regarding usage of nfsMountAll. --- src/makeBaseApp/top/exampleBoot/nfsCommands@vxWorks | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/makeBaseApp/top/exampleBoot/nfsCommands@vxWorks b/src/makeBaseApp/top/exampleBoot/nfsCommands@vxWorks index acafd577a..7cb8232f0 100644 --- a/src/makeBaseApp/top/exampleBoot/nfsCommands@vxWorks +++ b/src/makeBaseApp/top/exampleBoot/nfsCommands@vxWorks @@ -1,17 +1,19 @@ #Instructions for creating and using a real nfsCommands file # # in order to use nfs do the following: -# 1) Create hostAdd and nfsMountAll commands for each nfs server +# 1) Create hostAdd and nfsMount commands for each nfs server # 2) In each st.cmd file add the following two commands BEFORE any load commands # ../nfs.cmd # cd " # -# The hostAdd and nfsMountAll commands have the form: +# The hostAdd command has the form: # hostAdd("","xxx.xxx.xxx.xxx") -# nfsMountAll("") +# +# The nfsMount command has the form: +# nfsMount("", "/xxx/xxx/xxx", "/xxx") # # You can also mount subdirectories as follows: -# nfsMount("", "/xxx/xxx/xxx", "/xxx") +# nfsMountAll("") # # For example assume # @@ -24,5 +26,4 @@ # The commands would be # # hostAdd("mercury","155.77.2.56") -# nfsMountAll("mercury") # nfsMount("mercury","/home/mercury5/iocinfo","/iocinfo")