summaryrefslogtreecommitdiffstats
path: root/etc/rc.firmware
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-07-04 22:51:28 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-07-04 22:51:28 -0400
commite7b0b0f7fcaffa1ed4dbedb6112d9580a77b077c (patch)
treea082fc7042b423f7413673d41c7acc9a6bd1bc99 /etc/rc.firmware
parent53e85f50aee67c92414317159754ba3d31c0083e (diff)
downloadpfsense-e7b0b0f7fcaffa1ed4dbedb6112d9580a77b077c.zip
pfsense-e7b0b0f7fcaffa1ed4dbedb6112d9580a77b077c.tar.gz
Use fsck_ufs
Diffstat (limited to 'etc/rc.firmware')
-rwxr-xr-xetc/rc.firmware4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.firmware b/etc/rc.firmware
index b47009f..de13e5d 100755
--- a/etc/rc.firmware
+++ b/etc/rc.firmware
@@ -244,8 +244,8 @@ pfSenseNanoBSDupgrade)
# Ensure that our new system is sound and bail if it is not and file a notice
echo "" >> /conf/upgrade_log.txt
- echo "/sbin/fsck_ffs -y /dev/$COMPLETE_PATH" >> /conf/upgrade_log.txt
- /sbin/fsck_ffs -y /dev/$COMPLETE_PATH >> /conf/upgrade_log.txt 2>&1
+ echo "/sbin/fsck_ufs -y /dev/$COMPLETE_PATH" >> /conf/upgrade_log.txt
+ /sbin/fsck_ufs -y /dev/$COMPLETE_PATH >> /conf/upgrade_log.txt 2>&1
if [ $? != 0 ]; then
file_notice "UpgradeFailure" "{\$g['product_name']} upgrade has failed. Your system has been left in a usable state."
rm /var/run/firmwarelock.dirty
OpenPOWER on IntegriCloud