diff --git a/srcpkgs/dcron/files/dcron/run b/srcpkgs/dcron/files/dcron/run index 7dea919952..dd4f22a28e 100755 --- a/srcpkgs/dcron/files/dcron/run +++ b/srcpkgs/dcron/files/dcron/run @@ -1,2 +1,3 @@ #!/bin/sh -exec dcrond -f 2>&1 +[ -r conf ] && . ./conf +exec dcrond -f $OPTS 2>&1 diff --git a/srcpkgs/dcron/template b/srcpkgs/dcron/template index 8ce2b6c0e4..6eddac4943 100644 --- a/srcpkgs/dcron/template +++ b/srcpkgs/dcron/template @@ -1,7 +1,7 @@ # Template file for 'dcron' pkgname=dcron version=4.5 -revision=31 +revision=32 conf_files="/var/spool/cron/root" provides="cron-daemon-0_1" short_desc="Dillon's lightweight cron daemon"