Revision: 6803 http://ipcop.svn.sourceforge.net/ipcop/?rev=6803&view=rev Author: owes Date: 2012-10-28 09:30:33 +0000 (Sun, 28 Oct 2012) Log Message: ----------- Restore /var/log symlink
Modified Paths: -------------- ipcop/tags/release-2.0.3/updates/2.0.6/setup Modified: ipcop/tags/release-2.0.3/updates/2.0.6/setup =================================================================== --- ipcop/tags/release-2.0.3/updates/2.0.6/setup 2012-10-28 09:00:13 UTC (rev 6802) +++ ipcop/tags/release-2.0.3/updates/2.0.6/setup 2012-10-28 09:30:33 UTC (rev 6803) @@ -60,8 +60,14 @@ # ##### +if [ -e /etc/FLASH ]; then + if [ ! -L /var/log ]; then + msg "Repairing /var/log symlink." + rm -rf /var/log + ln -s /ram/var/log /var/log + fi +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. ------------------------------------------------------------------------------ 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