diff options
author | Erik Fonnesbeck <efonnes@gmail.com> | 2011-03-10 01:55:45 -0700 |
---|---|---|
committer | Erik Fonnesbeck <efonnes@gmail.com> | 2011-03-10 01:55:45 -0700 |
commit | 366538692b1392e3c4405820daa65e7638d3b2c4 (patch) | |
tree | d17a3e3481e93a29653d70a9b5e114892f65e670 /etc | |
parent | 48ab12a9cebd27c9996104574d1ddbd0fb90cb2d (diff) | |
download | pfsense-366538692b1392e3c4405820daa65e7638d3b2c4.zip pfsense-366538692b1392e3c4405820daa65e7638d3b2c4.tar.gz |
Remove extra unmatched conf_mount_ro for a potential race condition preventing writes when generating ssh keys in the background. Ticket #673
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -403,6 +403,4 @@ echo "Bootup complete" # Reset the cache. read-only requires this. /bin/rm /tmp/config.cache -/etc/rc.conf_mount_ro - exit 0 |