cronie: added runit service.
This commit is contained in:
parent
c6f85c7dd4
commit
16597486cd
2 changed files with 6 additions and 4 deletions
2
srcpkgs/cronie/files/cronie/run
Executable file
2
srcpkgs/cronie/files/cronie/run
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
exec crond -n 2>&1
|
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'cronie'
|
# Template file for 'cronie'
|
||||||
pkgname=cronie
|
pkgname=cronie
|
||||||
version=1.4.12
|
version=1.4.12
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-inotify --without-selinux --with-pam
|
configure_args="--with-inotify --without-selinux --with-pam
|
||||||
--disable-anacron --localstatedir=/var --enable-pie --enable-relro"
|
--disable-anacron --localstatedir=/var --enable-pie --enable-relro"
|
||||||
makedepends="pam-devel run-parts"
|
makedepends="pam-devel"
|
||||||
depends="run-parts"
|
depends="run-parts"
|
||||||
make_dirs="
|
make_dirs="
|
||||||
/etc/cron.d 0755 root root
|
/etc/cron.d 0755 root root
|
||||||
|
@ -18,7 +18,6 @@ make_dirs="
|
||||||
conf_files="/etc/crontab /etc/pam.d/crond /etc/cron.deny"
|
conf_files="/etc/crontab /etc/pam.d/crond /etc/cron.deny"
|
||||||
replaces="cron-daemon>=0"
|
replaces="cron-daemon>=0"
|
||||||
provides="cron-daemon-0_1"
|
provides="cron-daemon-0_1"
|
||||||
systemd_services="cronie.service on"
|
|
||||||
short_desc="Runs specified programs at scheduled times"
|
short_desc="Runs specified programs at scheduled times"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="https://fedorahosted.org/cronie/"
|
homepage="https://fedorahosted.org/cronie/"
|
||||||
|
@ -27,12 +26,13 @@ distfiles="https://fedorahosted.org/releases/c/r/cronie/cronie-$version.tar.gz"
|
||||||
checksum=0f5c9bf32f352599451c4ca0d6bc076d19e73ecfa5a90b34ecfe47c918c8bafd
|
checksum=0f5c9bf32f352599451c4ca0d6bc076d19e73ecfa5a90b34ecfe47c918c8bafd
|
||||||
|
|
||||||
build_options="systemd"
|
build_options="systemd"
|
||||||
|
replaces="runit-void<20141013_2"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
if [ "$build_option_systemd" ]; then
|
if [ "$build_option_systemd" ]; then
|
||||||
vinstall ${FILESDIR}/cronie.service 644 usr/lib/systemd/system
|
vinstall ${FILESDIR}/cronie.service 644 usr/lib/systemd/system
|
||||||
fi
|
fi
|
||||||
|
vsv cronie
|
||||||
vinstall ${FILESDIR}/crontab 644 etc
|
vinstall ${FILESDIR}/crontab 644 etc
|
||||||
vinstall ${FILESDIR}/crond.pam 644 etc/pam.d crond
|
vinstall ${FILESDIR}/crond.pam 644 etc/pam.d crond
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue