#!/bin/sh

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

# RCS: $Id: wbmcdaily,v 1.1.1.1 2004/09/09 08:14:21 snavi Exp $

# echo "Making web statistics"                          ##010510
# /etc/cron.daily/wbmc_webalizer > /dev/null 2>&1 &		##001202
/opt/nec/wbmc/bin/wbmcwebalizer2 > /dev/null 2>&1 &

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

# echo "Making certificate for Management Console"      ##010510
/etc/cron.hourly/wbmc_certificate

# always 0
exit 0

