From e801f039039f116484df547db8e016f08d79ddad Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 06:27:38 +0100 Subject: [PATCH] logrotate.timer: fix wrong unit reference [release 3.9.1-2mamba;Sat Aug 15 2015] --- logrotate.spec | 5 ++++- logrotate.timer | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/logrotate.spec b/logrotate.spec index ecf0a55..5866d0b 100644 --- a/logrotate.spec +++ b/logrotate.spec @@ -1,6 +1,6 @@ Name: logrotate Version: 3.9.1 -Release: 1mamba +Release: 2mamba Summary: Rotates, compresses, removes and mails system log files Group: System/Tools Vendor: openmamba @@ -84,6 +84,9 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \; %{_mandir}/man8/* %changelog +* Sat Aug 15 2015 Silvan Calarco 3.9.1-2mamba +- logrotate.timer: fix wrong unit reference + * Thu May 07 2015 Automatic Build System 3.9.1-1mamba - automatic update by autodist diff --git a/logrotate.timer b/logrotate.timer index 38e6bda..d68320c 100644 --- a/logrotate.timer +++ b/logrotate.timer @@ -5,7 +5,7 @@ Description=Daily rotation of log files OnCalendar=daily AccuracySec=12h Persistent=true -Unit=timer.service +Unit=logrotate.service [Install] WantedBy=multi-user.target