[PC-BSD Commits] r7675 - pcbsd/current/build-files/src-patches
svn at pcbsd.org
svn at pcbsd.org
Thu Sep 30 11:54:09 PDT 2010
Author: kris
Date: 2010-09-30 11:54:09 -0700 (Thu, 30 Sep 2010)
New Revision: 7675
Modified:
pcbsd/current/build-files/src-patches/patch-fs-suj-pcsys
Log:
Fixed a stray |
Modified: pcbsd/current/build-files/src-patches/patch-fs-suj-pcsys
===================================================================
--- pcbsd/current/build-files/src-patches/patch-fs-suj-pcsys 2010-09-30 16:49:31 UTC (rev 7674)
+++ pcbsd/current/build-files/src-patches/patch-fs-suj-pcsys 2010-09-30 18:54:09 UTC (rev 7675)
@@ -6,7 +6,7 @@
# Now check that these values are sane
case $FS in
- UFS|UFS+S|UFS+J|ZFS|SWAP) ;;
-+ UFS|UFS+S|UFS+J||UFS+SUJ|ZFS|SWAP) ;;
++ UFS|UFS+S|UFS+J|UFS+SUJ|ZFS|SWAP) ;;
*) exit_err "ERROR: Invalid file system specified on $line" ;;
esac
More information about the Commits
mailing list