[PC-BSD Commits] r14052 - pcbsd/current/src-sh/pc-thinclient
svn at pcbsd.org
svn at pcbsd.org
Mon Nov 28 13:15:08 PST 2011
Author: kris
Date: 2011-11-28 13:15:08 -0800 (Mon, 28 Nov 2011)
New Revision: 14052
Modified:
pcbsd/current/src-sh/pc-thinclient/pc-thinclient
Log:
Add missing SYSVER
Modified: pcbsd/current/src-sh/pc-thinclient/pc-thinclient
===================================================================
--- pcbsd/current/src-sh/pc-thinclient/pc-thinclient 2011-11-28 20:52:40 UTC (rev 14051)
+++ pcbsd/current/src-sh/pc-thinclient/pc-thinclient 2011-11-28 21:15:08 UTC (rev 14052)
@@ -225,6 +225,7 @@
# Set the mirror URL
MIRRORURL="`cat ${PCBSD_ETCCONF} | grep 'PCBSD_MIRROR: ' | sed 's|PCBSD_MIRROR:||g'`"
+ SYSVER="$(pbreg get /PC-BSD/Version)"
# Set the system arch type
ARCH="i386"
More information about the Commits
mailing list