
     TeTeX over NFS for Clients
     ==========================


Four steps are required:

* First (of all of the clients): Do not install any teTeX packages
  but at least the package te_nfs.

* Second (on the server): Install the teTeX packages your need
  and add the following 4 lines to /etc/export

    /etc/texmf              *.your.domain.here(ro,root_squash)
    /usr/share/texmf        *.your.domain.here(ro,root_squash)
    /var/lib/texmf          *.your.domain.here(ro,root_squash)
    /var/cache/fonts        *.your.domain.here(rw,root_squash)

  and call

       killall -HUP rpc.mountd rpc.nfsd

* Third (of all of the clients): Run the following command:

     tetex-import   your.tetex.server.here

  with `your.tetex.server.here' the IP address or full qualified
  domain name of your teTeX server.

* Fourth (of all of the clients): Add the four lines which the
  script tetex-import has (hopefully) written to standard out
  to the file

             /etc/fstab

