Revision: 6805 http://ipcop.svn.sourceforge.net/ipcop/?rev=6805&view=rev Author: owes Date: 2012-10-28 15:08:18 +0000 (Sun, 28 Oct 2012) Log Message: ----------- Merge v2.0.6 changes into trunk
Modified Paths: -------------- ipcop/trunk/src/rc.d/rc.flash.up Modified: ipcop/trunk/src/rc.d/rc.flash.up =================================================================== --- ipcop/trunk/src/rc.d/rc.flash.up 2012-10-28 11:09:44 UTC (rev 6804) +++ ipcop/trunk/src/rc.d/rc.flash.up 2012-10-28 15:08:18 UTC (rev 6805) @@ -52,6 +52,11 @@ mkdir /var/log/httpd fi +if [ ! -e /var/log/logwatch ]; then + mkdir /var/log/logwatch +fi +chown logwatch:nobody /var/log/logwatch + if [ ! -e /var/log/ntp ]; then mkdir /var/log/ntp chown -R ntp:ntp /var/log/ntp @@ -68,6 +73,11 @@ chmod 644 /var/log/squid/access.log chown -R squid:squid /var/log/squid +if [ ! -e /var/log/squidGuard ]; then + mkdir /var/log/squidGuard +fi +chown squid:root /var/log/squidGuard + if [ ! -e /var/log/time ]; then mkdir /var/log/time fi This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ WINDOWS 8 is here. Millions of people. Your app in 30 days. Visit The Windows 8 Center at Sourceforge for all your go to resources. http://windows8center.sourceforge.net/ join-generation-app-and-make-money-coding-fast/ _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn