With minor mods, committed ... I moved bsdstats.hub.org to a variable, and added an 'echo' for when the stats, or a part of them, is disabled, that way if this ever does get into the base system, ppl reading monthly run output will know that they exist, and how to turn it on ...
thx ... On Wed, 9 Aug 2006, Paul Schmehl wrote:
Someone mentioned having output from the script so you would know it was running. This patch would do that, if you want to add that functionality.--- 300.statistics.orig Wed Aug 9 09:49:35 2006 +++ 300.statistics Wed Aug 9 09:54:17 2006 @@ -44,6 +44,7 @@ SYS=`/usr/bin/uname -r` ARCH=`/usr/bin/uname -m` do_fetch getid.php?hn=$HN\&sys=$SYS\&arch=$ARCH\&opsys=$OS + echo "Posting monthly OS statistics to bsdstats.hub.org\n" case "$monthly_statistics_report_devices" in [Yy][Ee][Ss]) IFS=" @@ -57,6 +58,7 @@ DEV=`echo $line | awk '{print $4}' | cut -c8-11`do_fetch report_device.php?driver=$DRIVER\&vendor=$VEN\&device=$DEV\&hn=$HNdone + echo "Posting monthly device statistics to bsdstats.hub.org\n" line=$( sysctl -n hw.model ) VEN=$( echo $line | cut -d ' ' -f 1 ) @@ -69,6 +71,7 @@do_fetch report_cpu.php?cpu_id=CPU$n\&vendor=$VEN\&cpu_type=$DEV\&hn=$HNn=$(( $n + 1 )) done + echo "Posting monthly CPU statistics to bsdstats.hub.org\n" ;; esac -- Paul Schmehl ([EMAIL PROTECTED]) Adjunct Information Security Officer The University of Texas at Dallas http://www.utdallas.edu/ir/security/
---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email . [EMAIL PROTECTED] MSN . [EMAIL PROTECTED] Yahoo . yscrappy Skype: hub.org ICQ . 7615664 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
