]> git.pld-linux.org Git - packages/cronie.git/commitdiff
- rel 20 auto/th/cronie-1_4_8-20 auto/ti/cronie-1.4.8-20
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 21 Jun 2012 06:57:05 +0000 (06:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- use reload in logrotate config for comaptibility with systemd,
  as flush-logs is just an alias for reload
- fix reload in systemd service

Changed files:
    cron.logrotate -> 1.3
    crond.service -> 1.2
    cronie.spec -> 1.65

cron.logrotate
crond.service
cronie.spec

index cd2c36bee97136b6b40b80876cd7c3e3c6c3c5c2..add58c269f19acdc387fba6b3218cfae9f77077a 100644 (file)
@@ -1,6 +1,6 @@
 /var/log/cron {
        create 660 root crontab
        postrotate
-               /sbin/service crond flush-logs >/dev/null
+               /sbin/service crond reload >/dev/null
        endscript
 }
index 0e680ba5eb7fd41de6ab7091bcaa0c31ce63bc7e..127de30e543276f682739b8c46fef4bfb19e99b4 100644 (file)
@@ -5,6 +5,7 @@ After=syslog.target auditd.service sssd.service ypbind.service
 [Service]
 EnvironmentFile=/etc/sysconfig/cron
 ExecStart=/usr/sbin/crond -n $CROND_ARGS
+ExecReload=/bin/kill -HUP $MAINPID
 
 [Install]
 WantedBy=multi-user.target
index 6213cb190f44a38a82f277f4300ab6a7faf42020..83ade6243e905e971874ede281e4edb35d74704d 100644 (file)
@@ -17,7 +17,7 @@
 Summary:       Cron daemon for executing programs at set times
 Name:          cronie
 Version:       1.4.8
-Release:       19
+Release:       20
 License:       MIT and BSD and GPL v2
 Group:         Daemons
 Source0:       https://fedorahosted.org/releases/c/r/cronie/%{name}-%{version}.tar.gz
This page took 0.038959 seconds and 4 git commands to generate.