From 5e1ff5641311d8c05482e112ead82f10259e3635 Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Mon, 22 Jun 2015 21:27:28 -0500 Subject: Don't delete /var/tmp/, that was originally done to clear session data at boot, but no longer applicable as session data is no longer in /var/tmp/. Credit to 'aa' on opnsense forum. --- etc/rc | 1 - 1 file changed, 1 deletion(-) diff --git a/etc/rc b/etc/rc index 5cd082c..57172ad 100755 --- a/etc/rc +++ b/etc/rc @@ -228,7 +228,6 @@ fi # Cleanup configuration files from previous instance /bin/rm -rf /var/etc/* -/bin/rm -rf /var/tmp/* echo -n "Creating symlinks..." # Repair symlinks if they are broken -- cgit v1.1