[PC-BSD Commits] r4615 - in pcbsd/trunk/pc-sysinstall: backend-query conf
svn at pcbsd.org
svn at pcbsd.org
Thu Oct 8 13:37:30 PDT 2009
Author: kris
Date: 2009-10-08 13:37:30 -0700 (Thu, 08 Oct 2009)
New Revision: 4615
Modified:
pcbsd/trunk/pc-sysinstall/backend-query/disk-info.sh
pcbsd/trunk/pc-sysinstall/conf/pc-sysinstall.conf
Log:
Change perms on the tmpdir, so we can read whats going on as all users
Modified: pcbsd/trunk/pc-sysinstall/backend-query/disk-info.sh
===================================================================
--- pcbsd/trunk/pc-sysinstall/backend-query/disk-info.sh 2009-10-08 20:19:02 UTC (rev 4614)
+++ pcbsd/trunk/pc-sysinstall/backend-query/disk-info.sh 2009-10-08 20:37:30 UTC (rev 4615)
@@ -43,4 +43,3 @@
# Now get the Controller Type
CTYPE="`dmesg | grep "^${1}:" | grep "B <" | cut -d '>' -f 2 | cut -d ' ' -f 3-10`"
echo "type=$CTYPE"
-
Modified: pcbsd/trunk/pc-sysinstall/conf/pc-sysinstall.conf
===================================================================
--- pcbsd/trunk/pc-sysinstall/conf/pc-sysinstall.conf 2009-10-08 20:19:02 UTC (rev 4614)
+++ pcbsd/trunk/pc-sysinstall/conf/pc-sysinstall.conf 2009-10-08 20:37:30 UTC (rev 4615)
@@ -7,6 +7,7 @@
if [ ! -d "${TMPDIR}" ]
then
mkdir -p ${TMPDIR}
+ chmod 777 ${TMPDIR}
fi
# Set our temp directory for storing partition information
More information about the Commits
mailing list