#!/bin/sh
for i in /etc/rcS.d/S* /etc/rc2.d/S*; do
	$i start 2>&1
done | logger -s -p 6 -t ''