This is the README file for the usermount package for Linux
Date: 30-Jul-93
Version: 0.3
Author: Peter Orbaek <poe@daimi.aau.dk>

Quick installation guide
========================

	make

It builds cleanly with gcc-2.3.3 and Linux 0.99.8 (libc 4.3.3)

And optionally as root (CHECK the Makefile first!):

	make install-man
	make install

Files
=====

This package includes the following files:

Makefile
README
mount.c		- source for mount
umount.c	- source for umount
mount.8		- *roff source for man-page for mount
umount.8	- *roff source for man-page for umount
fstab		- example fstab, is not installed
ufstab		- example ufstab, is not installed

Changes since:
==============
Date: 26-Apr-93
Version: 0.2

	Fixed a simple bug in umount.c that 
	pegelow@moorea.uni-muenster.de (Ulrich Pegelow) made me
	aware of.

Date: 15-Dec-92
Version: 0.1

	Added support for swap file spec in fstab, requested by 
	harrell@rsuap1.nrl.navy.mil (Matthew Harrell)

	mount/umount can now be used as swapon/swapoff commands like

		mount -t swap <swapfile> <swapfile>
		umount -t swap <swapfile>

	mount does no more complain if you try to mount root, it just
	ignores it.
