#!/bin/sh

# Copyright (C) 2000-2002 NEC Corporation
# All Rights Reserved.

# RCS: $Id: wbmcdaily,v 1.1.1.1 2009/06/24 10:16:38 wbmc Exp $

#-- [Delete] for CacheServer 2000.10.31
#echo "Making web statistics"
#/etc/cron.daily/wbmc_webalizer > /dev/null 2>&1 &

## del 2003/06/12 1 line ##
#echo "Rotating log"
## 04.02.06 del
#/usr/sbin/logrotate /etc/logrotate.conf >/dev/null   

## del 2003/06/12 1 line ##
#echo "Making certificate for Management Console"
/etc/cron.daily/wbmc_certificate >/dev/null 

#mailίʤ褦˺ 
/bin/rm -f /var/spool/mail/root

# always 0
exit 0

