[PC-BSD Commits] r9757 - pcbsd/current/build-files/src-patches
svn at pcbsd.org
svn at pcbsd.org
Tue Mar 22 09:36:31 PDT 2011
Author: kris
Date: 2011-03-22 09:36:31 -0700 (Tue, 22 Mar 2011)
New Revision: 9757
Modified:
pcbsd/current/build-files/src-patches/patch-pc-sysinstall-geli
Log:
Updated geli patch to use correct paths
Modified: pcbsd/current/build-files/src-patches/patch-pc-sysinstall-geli
===================================================================
--- pcbsd/current/build-files/src-patches/patch-pc-sysinstall-geli 2011-03-22 15:35:25 UTC (rev 9756)
+++ pcbsd/current/build-files/src-patches/patch-pc-sysinstall-geli 2011-03-22 16:36:31 UTC (rev 9757)
@@ -1,6 +1,6 @@
-diff -ruN src.o/usr.sbin/pc-sysinstall/backend/functions-cleanup.sh src/usr.sbin/pc-sysinstall/backend/functions-cleanup.sh
---- src.o/usr.sbin/pc-sysinstall/backend/functions-cleanup.sh 2011-03-14 16:24:58.414429274 -0400
-+++ src/usr.sbin/pc-sysinstall/backend/functions-cleanup.sh 2011-03-14 16:53:32.886584670 -0400
+diff -ruN usr.sbin/pc-sysinstall/backend/functions-cleanup.sh usr.sbin/pc-sysinstall/backend/functions-cleanup.sh
+--- usr.sbin/pc-sysinstall/backend/functions-cleanup.sh 2011-03-14 16:24:58.414429274 -0400
++++ usr.sbin/pc-sysinstall/backend/functions-cleanup.sh 2011-03-14 16:53:32.886584670 -0400
@@ -288,19 +288,21 @@
# Figure out the partition name based on keyfile name removing .key
PART="`echo ${KEYFILE} | cut -d '.' -f 1`"
@@ -34,9 +34,9 @@
done
# Make sure we have geom_eli set to load at boot
-diff -ruN src.o/usr.sbin/pc-sysinstall/backend/functions-newfs.sh src/usr.sbin/pc-sysinstall/backend/functions-newfs.sh
---- src.o/usr.sbin/pc-sysinstall/backend/functions-newfs.sh 2011-03-14 16:24:58.414429274 -0400
-+++ src/usr.sbin/pc-sysinstall/backend/functions-newfs.sh 2011-03-14 17:00:57.845349295 -0400
+diff -ruN usr.sbin/pc-sysinstall/backend/functions-newfs.sh usr.sbin/pc-sysinstall/backend/functions-newfs.sh
+--- usr.sbin/pc-sysinstall/backend/functions-newfs.sh 2011-03-14 16:24:58.414429274 -0400
++++ usr.sbin/pc-sysinstall/backend/functions-newfs.sh 2011-03-14 17:00:57.845349295 -0400
@@ -113,9 +113,19 @@
if [ "${PARTENC}" = "ON" -a "${PARTFS}" != "SWAP" ]
then
More information about the Commits
mailing list