[PC-BSD Commits] r1550 - pcbsd/trunk/system-overlay/usr/local/etc/periodic/monthly

svn at pcbsd.org svn at pcbsd.org
Thu Mar 6 09:34:48 PST 2008


Author: kris
Date: 2008-03-06 09:34:48 -0800 (Thu, 06 Mar 2008)
New Revision: 1550

Modified:
   pcbsd/trunk/system-overlay/usr/local/etc/periodic/monthly/300.statistics
Log:

Fixed a bug for bsdstats so it reports the right PC-BSD version now



Modified: pcbsd/trunk/system-overlay/usr/local/etc/periodic/monthly/300.statistics
===================================================================
--- pcbsd/trunk/system-overlay/usr/local/etc/periodic/monthly/300.statistics	2008-03-06 01:38:22 UTC (rev 1549)
+++ pcbsd/trunk/system-overlay/usr/local/etc/periodic/monthly/300.statistics	2008-03-06 17:34:48 UTC (rev 1550)
@@ -397,7 +397,7 @@
 case "$monthly_statistics_enable" in
     [Yy][Ee][Ss])
       check_dns
-      REL="/usr/local/bin/PBReg get /PC-BSD/Version"
+      REL="`/usr/local/bin/PBReg get /PC-BSD/Version`"
       ARCH=`/usr/bin/uname -m`
       OS="PC-BSD"
       get_id_token



More information about the Commits mailing list