Changes from version 0.6b to version 0.7

	- rewrote ipacctd, the ip policy is now in a user supplied
	  program or shell script which is to be written by the user
	  the shell script is called once in intervall seconds
	- the new kernel patches (>1.1.88) include some additions
	  for giving back memory to the kernel if a certain user
	  does not produce any traffic for some time.
	- suggestions and bug fixes for the last two and ipacct's purpose      
	  by Joao Ventura <jcv@students.fct.unl.pt>. Thanks.
	- added the ipquota package by Joao and rewrote it quite fully.
	- ipacctd and ipquota are now build by default
	- implemented reset by open read/write handling on 
	  /proc/net/ip_acct_user, just like in the ip_fw.c code.
	- added a file MCONFIG for global Makefile config things.
	- removed rcs stuff from all the source files. Use
	  VERSION (defined in MCONFIG) as the version for
	  ipacct, ipacctd and ipquota.
	- changed ipacctd and ipquota to use syslog logging
	- re/wrote the man pages.
	- updated the other text files, created an installation
	  instruction in the README
	- added a lock to ipacctd which prevents it from being
	  started twice.
	- database is now created if it didnt exist
	- added special user everyone to ipadd
	- changed CFLAGS/VERSION handling in MCONFIG
