mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
cronie: update to 1.5.0.
This commit is contained in:
parent
980ccc2da7
commit
154515a974
2 changed files with 5 additions and 19 deletions
|
@ -1,10 +0,0 @@
|
||||||
[Unit]
|
|
||||||
Description=Periodic Command Scheduler
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
ExecStart=/usr/sbin/crond -n
|
|
||||||
ExecReload=/bin/kill -HUP $MAINPID
|
|
||||||
Restart=always
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=multi-user.target
|
|
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'cronie'
|
# Template file for 'cronie'
|
||||||
pkgname=cronie
|
pkgname=cronie
|
||||||
version=1.4.12
|
version=1.5.0
|
||||||
revision=7
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--sbindir=/usr/bin --with-inotify --without-selinux --with-pam
|
configure_args="--with-inotify --without-selinux --with-pam
|
||||||
--enable-anacron --localstatedir=/var --enable-pie --enable-relro"
|
--enable-anacron --enable-pie --enable-relro"
|
||||||
makedepends="pam-devel"
|
makedepends="pam-devel"
|
||||||
depends="run-parts"
|
depends="run-parts"
|
||||||
make_dirs="
|
make_dirs="
|
||||||
|
@ -16,7 +16,6 @@ make_dirs="
|
||||||
/var/spool/cron 0755 root root
|
/var/spool/cron 0755 root root
|
||||||
/var/spool/anacron 0755 root root"
|
/var/spool/anacron 0755 root root"
|
||||||
conf_files="/etc/crontab /etc/anacrontab /etc/pam.d/crond /etc/cron.deny"
|
conf_files="/etc/crontab /etc/anacrontab /etc/pam.d/crond /etc/cron.deny"
|
||||||
build_options="systemd"
|
|
||||||
replaces="cron-daemon>=0"
|
replaces="cron-daemon>=0"
|
||||||
provides="cron-daemon-0_1"
|
provides="cron-daemon-0_1"
|
||||||
short_desc="Runs specified programs at scheduled times"
|
short_desc="Runs specified programs at scheduled times"
|
||||||
|
@ -24,12 +23,9 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://fedorahosted.org/cronie/"
|
homepage="https://fedorahosted.org/cronie/"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
distfiles="https://fedorahosted.org/releases/c/r/cronie/cronie-$version.tar.gz"
|
distfiles="https://fedorahosted.org/releases/c/r/cronie/cronie-$version.tar.gz"
|
||||||
checksum=0f5c9bf32f352599451c4ca0d6bc076d19e73ecfa5a90b34ecfe47c918c8bafd
|
checksum=9cf0e3f4f5042a9c09413d62c8e0c055e12401f70b112465f0f81f2c84ebfb3f
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
if [ "$build_option_systemd" ]; then
|
|
||||||
vinstall ${FILESDIR}/cronie.service 644 usr/lib/systemd/system
|
|
||||||
fi
|
|
||||||
vsv cronie
|
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…
Add table
Reference in a new issue