#!/bin/sh # /etc/rc.local for hackintosh # peter bartoli # site-specific actions and daemons at startup time # last modified 2/5/2002 # virtual pc time synchonizer if [ -x /usr/local/sbin/synctime ]; then echo -n ' synctime'; /usr/local/sbin/synctime fi