#!/bin/sh

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

# RCS: $Id: wbmcdaily,v 1.1.1.1 2004/09/09 08:14:22 snavi 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"
/etc/cron.daily/wbmc_certificate

# always 0
exit 0

