[PC-BSD Commits] r4123 - pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts
svn at pcbsd.org
svn at pcbsd.org
Mon Jun 22 07:44:47 PDT 2009
Author: kris
Date: 2009-06-22 07:44:45 -0700 (Mon, 22 Jun 2009)
New Revision: 4123
Modified:
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.FormatPartition.sh
Log:
Fixed a bug when trying to blow away a partition with journaling
Modified: pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.FormatPartition.sh
===================================================================
--- pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.FormatPartition.sh 2009-06-20 17:03:06 UTC (rev 4122)
+++ pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.FormatPartition.sh 2009-06-22 14:44:45 UTC (rev 4123)
@@ -28,7 +28,7 @@
do
# Get rid of the .journal extension now
rawjournal="`echo ${i} | cut -d '.' -f 1`"
- gjournal stop -f ${rawjournal}
+ gjournal stop -f ${i}
gjournal clear ${rawjournal}
done
fi
More information about the Commits
mailing list