blob: 6e3629353bcc1867127a867a230f4937de62f7ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
post_install() {
echo "--------------------------------------------------"
echo "NOTE: DansGuardian is NOT free for commercial use."
echo " See http://dansguardian.org for details on "
echo " setup, configuration, and licensing. "
echo "--------------------------------------------------"
echo "NOTE: You must install a proxy server such as "
echo " Squid or Tinyproxy or Polipo etc. to use "
echo " DansGuardian. "
echo "--------------------------------------------------"
chown -R proxy:proxy /var/log/dansguardian
}
|