This is the wastebasket package. It is (hopefully) helpful for those people
like me who tend to do an 'rm *' in the wrong directory. It provides a
shared library libwastebasket.so that implements a new unlink library call. If
this library is preloaded calling unlink() will not really remove the file,
but move it into the wastebasket. 

There are also some programs provided to access, restore or purge the
deleted files:

	- wbls: 	list contents of the wastebasket
	- wbdu: 	summarizes disk usage of the wastebasket
	- wbrestore:	restore file(s)
	- wbpurge:	remove parts of the wastebasket
	- realrm:	really remove a file no matter if libwastebasket is
		   	installed or not

There are unfortunately no docs available right now. And I run out of time
with my real job. I'm still willing to spend some time on it but not enough
to keep the development going.

If anyone's willing to spend some time I gladly incorporate the additions. I
might even switch over maintainance of the package, but I'd like to stay in
touch with the develoment.

Note, that I only have a glibc2 aka libc6 Debian GNU/Linux system. I'm
willing to include patches for other systems be it libc5 Linux or a
different flavour of Unix. 

Michael
