Revision: 6380
          http://ipcop.svn.sourceforge.net/ipcop/?rev=6380&view=rev
Author:   owes
Date:     2012-02-20 05:56:16 +0000 (Mon, 20 Feb 2012)
Log Message:
-----------
Relocate blacklist database to /var/lib/squidguard

Modified Paths:
--------------
    ipcop/trunk/lfs/squidGuard

Modified: ipcop/trunk/lfs/squidGuard
===================================================================
--- ipcop/trunk/lfs/squidGuard  2012-02-19 20:47:52 UTC (rev 6379)
+++ ipcop/trunk/lfs/squidGuard  2012-02-20 05:56:16 UTC (rev 6380)
@@ -87,8 +87,8 @@
 
        cd $(DIR_APP) && ./configure --with-squiduser=squid \
                                --prefix=/usr \
-                               --with-sg-dbhome=/var/ipcop/proxy/blacklists \
                                
--with-sg-config=/var/ipcop/proxy/squidGuard.conf \
+                               --with-sg-dbhome=/var/lib/squidguard/db \
                                --with-sg-logdir=/var/log/squidGuard \
                                --with-syslog=yes
        cd $(DIR_APP) && make
@@ -103,5 +103,8 @@
        touch /var/ipcop/proxy/squidGuard.conf
        chown nobody:nobody /var/ipcop/proxy/squidGuard.conf
 
+       # Database directory
+       chown nobody:nobody /var/lib/squidguard/db
+
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to