diff --git a/srcpkgs/dcron/files/dcron/log/run b/srcpkgs/dcron/files/dcron/log/run new file mode 100755 index 0000000000..481c04d620 --- /dev/null +++ b/srcpkgs/dcron/files/dcron/log/run @@ -0,0 +1,2 @@ +#!/bin/sh +exec logger -p cron.notice diff --git a/srcpkgs/dcron/files/dcron/run b/srcpkgs/dcron/files/dcron/run new file mode 100755 index 0000000000..33d1c5296a --- /dev/null +++ b/srcpkgs/dcron/files/dcron/run @@ -0,0 +1,2 @@ +#!/bin/sh +exec crond -f 2>&1 diff --git a/srcpkgs/dcron/template b/srcpkgs/dcron/template index 43a4606008..3051e3475a 100644 --- a/srcpkgs/dcron/template +++ b/srcpkgs/dcron/template @@ -1,9 +1,9 @@ # Template file for 'dcron' pkgname=dcron version=4.5 -revision=24 +revision=25 conf_files="/var/spool/cron/root" -replaces="cron-daemon>=0" +replaces="cron-daemon>=0 runit-void<20141013_2" provides="cron-daemon-1_1" short_desc="Dillon's lightweight cron daemon" maintainer="Juan RP " @@ -45,4 +45,6 @@ do_install() { if [ "$build_option_systemd" ]; then vinstall ${FILESDIR}/dcron.service 644 usr/lib/systemd/system fi + + vsv dcron }