Home
last modified time | relevance | path

Searched refs:nfspt (Results 1 – 1 of 1) sorted by relevance

/dragonfly/etc/rc.d/
H A Dinitdiskless201 nfspt=`/bin/cat /conf/$i/remount`
202 if [ `expr "$nfspt" : '\(.\)'` = "/" ]; then
203 nfspt="${nfsroot}${nfspt}"
205 mount_nfs $nfspt /conf/$i
206 chkerr $? "mount_nfs $nfspt /conf/$i"
220 nfspt=`/bin/cat $j/diskless_remount`
221 if [ `expr "$nfspt" : '\(.\)'` = "/" ]; then
222 nfspt="${nfsroot}${nfspt}"
224 mount_nfs $nfspt $j
225 chkerr $? "mount_nfs $nfspt $j"