On Mon, 14 Feb 2000, Doug Barton wrote:

> Far better is:

        I knew I should have tested this first....

# Mount NFS filesystems.
if mount -d -a -t nfs | grep nfs >/dev/null 2>&1 ; then
        echo -n "Mounting NFS file systems"
        mount -a -t nfs
        echo .
fi

Doug
-- 
"Welcome to the desert of the real." 

    - Laurence Fishburne as Morpheus, "The Matrix"



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to