Penguin

Differences between version 2 and predecessor to the previous major change of DansGuardian.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Friday, June 13, 2003 3:03:22 pm by CraigBox Revert
Older page: version 1 Last edited on Saturday, November 16, 2002 8:52:15 pm by PerryLorier Revert
@@ -1,3 +1,20 @@
 A program which does phrase based filtering. Useful for schools and such like that can't afford to have children viewing pornography. 
  
 It has a very quirky license being partially [GPL] and partially proprietary, although it's got the OpenSource foundations stamp of approval, and even [RMS] seems to like it. 
+  
+-----  
+  
+!My DansGuardian is dying at 6:45 every morning  
+  
+cat > /etc/logrotate.d/dansguardian << EOF  
+/var/log/dansguardian/access.log {  
+ rotate 31  
+ daily  
+ prerotate  
+ /etc/init.d/dansguardian stop || true  
+ endscript  
+ postrotate  
+ sleep 2 && /etc/init.d/dansguardian start || (sleep 2; /etc/init.d/dansguardian start)  
+ endscript  
+}  
+EOF