--- rc.firmware 2014-10-13 16:58:27.000000000 +0000 +++ rc.firmware 2014-11-12 19:07:43.000000000 +0000 @@ -134,7 +134,7 @@ restore_chflags /etc/rc.conf_mount_ro ;; -pfSenseNanoBSDupgrade) +VirtualPFNanoBSDupgrade) # Sanity check - bail early if there's no firmware file! if [ ! -r $IMG ]; then @@ -382,7 +382,7 @@ . /etc/rc.reboot ;; -pfSenseupgrade) +VirtualPFupgrade) # Sanity check - bail early if there's no firmware file! if [ ! -r $IMG ]; then @@ -394,9 +394,9 @@ # wait 1 seconds before beginning sleep 1 - # Log that we are really doing a pfSense upgrade + # Log that we are really doing a VirtualPF upgrade echo "" >> /conf/upgrade_log.txt - echo "pfSenseupgrade upgrade starting" >> /conf/upgrade_log.txt + echo "VirtualPFupgrade upgrade starting" >> /conf/upgrade_log.txt echo "" >> /conf/upgrade_log.txt touch /var/run/firmwarelock.dirty