Changeset 2689
- Timestamp:
- 09/03/08 14:16:35 (3 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pcbsd/trunk/system-overlay/usr/local/etc/periodic/monthly/300.statistics
r1550 r2689 1 1 #!/bin/sh - 2 2 # 3 # $FreeBSD: ports/sysutils/bsdstats/files/300.statistics,v 1.4 0 2007/12/20 04:36:39 scrappyExp $3 # $FreeBSD: ports/sysutils/bsdstats/files/300.statistics,v 1.41 2008/08/19 10:25:06 bsam Exp $ 4 4 # 5 5 … … 240 240 if [ -f $id_token_file ] 241 241 then 242 if [ ` cat /var/db/bsdstats | wc -l` -lt 3 ]242 if [ `wc -l < $id_token_file` -lt 3 ] 243 243 then 244 244 rm $id_token_file
