dcron: provides a cron-daemon.
This commit is contained in:
parent
2a7e417ced
commit
4c419d7e25
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'dcron'
|
# Template file for 'dcron'
|
||||||
pkgname=dcron
|
pkgname=dcron
|
||||||
version=4.5
|
version=4.5
|
||||||
|
revision=1
|
||||||
distfiles="http://www.jimpryor.net/linux/releases/dcron-${version}.tar.gz"
|
distfiles="http://www.jimpryor.net/linux/releases/dcron-${version}.tar.gz"
|
||||||
build_style=custom-install
|
build_style=custom-install
|
||||||
short_desc="Dillon's lightweight cron daemon"
|
short_desc="Dillon's lightweight cron daemon"
|
||||||
|
@ -19,6 +20,8 @@ keep_empty_dirs=yes
|
||||||
replaces="cronie>=0"
|
replaces="cronie>=0"
|
||||||
openrc_services="crond default true"
|
openrc_services="crond default true"
|
||||||
conf_files="/var/spool/cron/root /etc/conf.d/cron"
|
conf_files="/var/spool/cron/root /etc/conf.d/cron"
|
||||||
|
provides="cron-daemon-0"
|
||||||
|
replaces="cron-daemon>=0"
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue