#!/bin/sh /etc/rc.common
START=01
start () {
killall syslogd
/sbin/runsyslogd
}