#!/bin/sh ### BEGIN INIT INFO # Provides: Time from DVB # Required-Start: $syslog $remote_fs # Required-Stop: # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 ### END INIT INFO` if [ -x /tmp/timeset_daemon.pl ]; then /tmp/timeset_daemon.pl $1 else echo "Required program /tmp/timeset_daemon.pl not found!" exit 1; fi