#!/bin/sh

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

# RCS: $Id: wbmcdaily,v 1.1 2006/12/22 05:35:01 shodai Exp $

echo "Making web statistics"
/etc/cron.daily/wbmcwebalizer2 > /dev/null 2>&1 &

echo "Rotating log"
/usr/sbin/logrotate /etc/logrotate.conf

#echo "Making certificate for Management Console"
#/opt/nec/wbmc/bin/wbmc_certificate

# always 0
exit 0

