mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
cronie: get rid of logrotate files.
This commit is contained in:
parent
4a79a27386
commit
733495a732
2 changed files with 2 additions and 10 deletions
|
@ -1,7 +0,0 @@
|
||||||
/var/log/cron {
|
|
||||||
sharedscripts
|
|
||||||
copytruncate
|
|
||||||
postrotate
|
|
||||||
systemctl try-restart cronie.service >/dev/null 2>&1 || true
|
|
||||||
endscript
|
|
||||||
}
|
|
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'cronie'
|
# Template file for 'cronie'
|
||||||
pkgname=cronie
|
pkgname=cronie
|
||||||
version=1.4.8
|
version=1.4.8
|
||||||
revision=12
|
revision=13
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-inotify --without-selinux --with-pam --disable-anacron
|
configure_args="--with-inotify --without-selinux --with-pam --disable-anacron
|
||||||
--localstatedir=/var"
|
--localstatedir=/var"
|
||||||
makedepends="pam-devel"
|
makedepends="pam-devel"
|
||||||
fulldepends="run-parts"
|
fulldepends="run-parts"
|
||||||
short_desc="Runs specified programs at scheduled times"
|
short_desc="Runs specified programs at scheduled times"
|
||||||
|
@ -32,7 +32,6 @@ post_install() {
|
||||||
|
|
||||||
vinstall ${FILESDIR}/cronie.service 644 usr/lib/systemd/system
|
vinstall ${FILESDIR}/cronie.service 644 usr/lib/systemd/system
|
||||||
vinstall ${FILESDIR}/crontab 644 etc
|
vinstall ${FILESDIR}/crontab 644 etc
|
||||||
vinstall ${FILESDIR}/crond.logrotate 644 etc/logrotate.d crond
|
|
||||||
rm -f ${DESTDIR}/etc/pam.d/crond
|
rm -f ${DESTDIR}/etc/pam.d/crond
|
||||||
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