Revision 5e1ff564
Added by Chris Buechler about 10 years ago
etc/rc | ||
---|---|---|
228 | 228 |
|
229 | 229 |
# Cleanup configuration files from previous instance |
230 | 230 |
/bin/rm -rf /var/etc/* |
231 |
/bin/rm -rf /var/tmp/* |
|
232 | 231 |
|
233 | 232 |
echo -n "Creating symlinks..." |
234 | 233 |
# Repair symlinks if they are broken |
Also available in: Unified diff
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.