home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / XStat114.lha / scripts / accounting_daemon next >
Encoding:
Text File  |  1993-08-22  |  477 b   |  20 lines

  1. .bra {
  2. .ket }
  3. .key user/A
  4.  
  5. ;
  6. ; call me to calculate the money statistics and to send them to a user
  7. ;
  8.  
  9. cd uucp:traffic
  10.  
  11. echo >t:xstatmail "Cost-Survey created: " NOLINE
  12. date >>t:xstatmail
  13.  
  14. xstat NOOUTGO FILE uucp:traffic/xferstat.week QUIET HOSTNAME #? >> t:xstatmail
  15. xstat NOINCOM FILE uucp:traffic/xferstat.week QUIET HOSTNAME #? >> t:xstatmail
  16.  
  17. sendmail <t:xstatmail -f Cost-Daemon -R Cost-Surveillance-Daemon -t {user}  -s "Cost Surveillance created" -raw
  18.  
  19. del t:xstatmail
  20.