[ike] fix logrotate

Marcel Wysocki maci at fedoraproject.org
Thu Apr 25 08:19:38 UTC 2013


commit e1aba279846cee93cbd0af2b53e4afa3d1d82a02
Author: Marcel Wysocki <maci at satgnu.net>
Date:   Wed Apr 24 16:07:56 2013 +0200

    fix logrotate

 ike.logrotate |    2 +-
 ike.spec      |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ike.logrotate b/ike.logrotate
index ab47ccb..e6cfff5 100644
--- a/ike.logrotate
+++ b/ike.logrotate
@@ -1,4 +1,4 @@
-/var/log/%{name}d/*.log {
+/var/log/%{name}d.log {
        weekly
        rotate 10
        copytruncate
diff --git a/ike.spec b/ike.spec
index 3eb871c..eb69c3c 100644
--- a/ike.spec
+++ b/ike.spec
@@ -1,6 +1,6 @@
 Name:           ike
 Version:        2.2.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Shrew Soft VPN Client For Linux
 Group:          Applications/Communications
 License:        Sleepycat
@@ -108,6 +108,9 @@ fi
 %dir %{_localstatedir}/log/%{name}d
 
 %changelog
+* Wed Apr 24 2013 root - 2.2.0-3
+- fix logrotate script
+
 * Wed Apr 24 2013 Marcel Wysocki <maci at satgnu.net> - 2.2.0-2
 - fix .service file
 


More information about the scm-commits mailing list