]> git.pld-linux.org Git - packages/cronie.git/blobdiff - cronie.spec
- rel 15
[packages/cronie.git] / cronie.spec
index a8f34a0887794accd1bef0d899016f6696d0d081..7b07b4815d51cde593e5d54e9d77fb6052ef4f6e 100644 (file)
@@ -17,7 +17,7 @@
 Summary:       Cron daemon for executing programs at set times
 Name:          cronie
 Version:       1.4.8
-Release:       14
+Release:       15
 License:       MIT and BSD and GPL v2
 Group:         Daemons
 Source0:       https://fedorahosted.org/releases/c/r/cronie/%{name}-%{version}.tar.gz
@@ -185,7 +185,7 @@ if [ -f /etc/sysconfig/cron ]; then
        [ "$CROND_SYSLOG_RESULT" = "yes" ] && __CROND_ARGS="-s"
        [ -n "$CROND_MAIL_PROG" ] && __CROND_ARGS="$__CROND_ARGS -m $CROND_MAIL_PROG"
        if [ -n "$__CROND_ARGS" ]; then
-               cp -f /etc/sysconfig/cron{,.rpmsave}
+               %{__cp} -f /etc/sysconfig/cron{,.rpmsave}
                echo >>/etc/sysconfig/cron
                echo "# Added by rpm trigger" >>/etc/sysconfig/cron
                echo "CROND_ARGS=\"$CROND_ARGS $__CROND_ARGS\"" >>/etc/sysconfig/cron
This page took 0.109624 seconds and 4 git commands to generate.