change hotplug trigger to a simpler awk command
[openwrt.git] / package / base-files / default / etc / init.d / S60cron
index 1752734..6df9b7d 100755 (executable)
@@ -1,4 +1,6 @@
 #!/bin/sh
+# Copyright (C) 2006 OpenWrt.org
+
 mkdir -p /var/spool/cron
 ln -s /etc/crontabs /var/spool/cron/crontabs
 crond -c /etc/crontabs
This page took 0.031551 seconds and 4 git commands to generate.