[PC-BSD Commits] r6458 - in pcbsd/trunk/system-overlay/usr/PCBSD/Scripts: . System
svn at pcbsd.org
svn at pcbsd.org
Fri Mar 26 13:32:34 PDT 2010
Author: kris
Date: 2010-03-26 13:32:34 -0700 (Fri, 26 Mar 2010)
New Revision: 6458
Removed:
pcbsd/trunk/system-overlay/usr/PCBSD/Scripts/installPatch.sh
pcbsd/trunk/system-overlay/usr/PCBSD/Scripts/registerPatch.sh
Modified:
pcbsd/trunk/system-overlay/usr/PCBSD/Scripts/System/GenDiagSheet.sh
Log:
Remove couple of old scripts, fix diag to use correct PBReg
Modified: pcbsd/trunk/system-overlay/usr/PCBSD/Scripts/System/GenDiagSheet.sh
===================================================================
--- pcbsd/trunk/system-overlay/usr/PCBSD/Scripts/System/GenDiagSheet.sh 2010-03-26 20:26:39 UTC (rev 6457)
+++ pcbsd/trunk/system-overlay/usr/PCBSD/Scripts/System/GenDiagSheet.sh 2010-03-26 20:32:34 UTC (rev 6458)
@@ -1,6 +1,6 @@
#!/bin/sh
-PCVER="`PBReg get /PC-BSD/Version`"
+PCVER="`pbreg get /PC-BSD/Version`"
DATE="`date`"
echo "PC-BSD $PCVER Diagnostic Sheet
More information about the Commits
mailing list