Revision: 6404 http://ipcop.svn.sourceforge.net/ipcop/?rev=6404&view=rev Author: dotzball Date: 2012-02-22 16:43:06 +0000 (Wed, 22 Feb 2012) Log Message: ----------- Show urlfilter/redirector section in proxy page.
Modified Paths: -------------- ipcop/trunk/updates/2.1.0/setup Modified: ipcop/trunk/updates/2.1.0/setup =================================================================== --- ipcop/trunk/updates/2.1.0/setup 2012-02-22 16:41:36 UTC (rev 6403) +++ ipcop/trunk/updates/2.1.0/setup 2012-02-22 16:43:06 UTC (rev 6404) @@ -34,8 +34,17 @@ # ##### +# Show urlfilter/redirector section in proxy page +if [ ! -e /var/ipcop/proxy/redirector/urlfilter ]; then + echo "ENABLED=off" > /var/ipcop/proxy/redirector/urlfilter + echo "ORDER=10" >> /var/ipcop/proxy/redirector/urlfilter + echo "NAME=URL filter" >> /var/ipcop/proxy/redirector/urlfilter + echo "CMD=/usr/bin/squidGuard" >> /var/ipcop/proxy/redirector/urlfilter + chown nobody:nobody /var/ipcop/proxy/redirector/urlfilter +fi + ##### # # End of version specific handling. Continue with universal stuff. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn