#!/bin/sh ##----------------------------------------------------------------------------- ## /etc/rc0.d/rc800.syslogd_rotate - rotate syslog files on shutdown ## ## Creation: 2009-02-16 LanSpezi ## Last Update: $Id$ ##----------------------------------------------------------------------------- begin_script SYSLOGD_ROTATE "Rotating syslog-files ..." /usr/local/bin/syslogd_rotate.sh --shutdown SCRIPT_RESULT=$? end_script