Installation:

1. Uncompress file and compile & install

(login as root)
tar xvzf xmount40.tgz -C /usr/src
cd /usr/src/xmount-4.0
xmkmf
make
make install
make install.man

Warning: for install application-default files, do [make install]!
	 if you only do [make], xmount don't work narmally.

2. Copy the config file "xmounttab" to "/etc" and add the devices
   which should be mountable. 
   (Copy /etc/fstab & Paste, naming devices) 
   If you put the file to a differnt location,
   you will have to define a XMOUNTPATH environment variable.

	bash:   export XMOUNTPATH=/home/etc
	
	csh:	setenv XMOUNTPATH /home/etc

3. Set the setuid bit:

	(login as root)
	chown root.root /usr/X11/bin/xmount
	chmod +s /usr/X11/bin/xmount   

This is necessary because mount is a privileged system call.

4. If you want to run when you start X, write in 
   .Xclient, .fvwmrc, .xsession appropriately.
