File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / default / rc.d / 030.cron.run
Revision 1.1.1.1.6.1: download - view: text, annotated - select for diffs - revision graph
Wed Feb 22 23:31:21 2012 UTC (12 years, 4 months ago) by misho
Branches: elwix1_6
Diff to: branchpoint 1.1.1.1: preferred, unified
patch default run services when not found second stage firmware

    1: #!/bin/sh
    2: 
    3: echo "Starting Crontab ..."
    4: 
    5: [ -x /usr/sbin/cron ] && /usr/sbin/cron

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>