DEPENDENCIES
------------

+ eBox components
	
	+ ebox
	+ ebox-objects
	+ ebox-firewall

+ Debian packages (apt-get install <package>)

	+ squid
	+ dansguardian

INSTALLATION
------------

- Once eBox base has been installed, type:
	
	./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc
	make install

  configure will autodetect eBox base path to install

- Do not run squid nor dansguardian on startup, this module 
  takes control of both of them.

- Run this two lines to ensure both demons are not executing after
booting:

mv /etc/rc2.d/SXXsquid /etc/rc2.d/K20squid
mv /etc/rc2.d/SXXdansguardian  /etc/rc2.d/K20dansguardian

- Stop squid and dansguardian if they're running.

- Create a log table by typing

/usr/lib/ebox/ebox-sql-table add access /usr/share/ebox/sqllog/squid.sql

- Restart log daemon 

invoke-rc.d ebox logs restart

- Installing squid and dansguardian services

ebox-runit

- Reload gconf

pkill gconf
