Added dcron-4.4 build template.

This commit is contained in:
Juan RP
2010-11-26 16:23:47 +01:00
parent 9950c9c191
commit c9f308a146
4 changed files with 84 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
# Arguments passed to the cron daemon.
#
CROND_ARGS="-S -l info"

10
srcpkgs/dcron/files/crond.init Executable file
View File

@@ -0,0 +1,10 @@
#!/sbin/runscript
command=/usr/sbin/crond
command_args="${CROND_ARGS}"
depend()
{
need localmount
after bootmisc
}