#!/bin/sh /etc/rc.common

START=06

start() {
	/sbin/hwclock -s
}

