#!/bin/sh

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

# RCS: $Id: wbmcdaily,v 1.1 2006/12/22 05:33:58 shodai 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
#/opt/nec/wbmc/bin/wbmc_certificate

# always 0
exit 0

