summarylogtreecommitdiffstats
path: root/dansguardian-dev.install
diff options
context:
space:
mode:
Diffstat (limited to 'dansguardian-dev.install')
-rw-r--r--dansguardian-dev.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/dansguardian-dev.install b/dansguardian-dev.install
new file mode 100644
index 000000000000..6e3629353bcc
--- /dev/null
+++ b/dansguardian-dev.install
@@ -0,0 +1,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
+}