]> git.pld-linux.org Git - packages/logrotate.git/commitdiff
- outdated - fized in different way
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 24 Dec 2007 12:21:21 +0000 (12:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    logrotate-size.patch -> 1.2

logrotate-size.patch [deleted file]

diff --git a/logrotate-size.patch b/logrotate-size.patch
deleted file mode 100644 (file)
index f250976..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -dur -x '*~' logrotate-3.7.4.orig/config.c logrotate-3.7.4/config.c
---- logrotate-3.7.4.orig/config.c      2006-07-24 12:08:04.000000000 +0000
-+++ logrotate-3.7.4/config.c   2006-10-17 08:42:12.000000000 +0000
-@@ -617,10 +617,10 @@
-                       return 1;
-                   }
--                  if (!strcmp(opt, "size")) {
-+                  if (opt[0] == 's') { /* size */
-                       newlog->criterium = ROT_SIZE;
-                       newlog->threshhold = size;
--                  } else
-+                  } else /* minsize */
-                       newlog->minsize = size;
-                   *endtag = oldchar, start = endtag;
This page took 0.127077 seconds and 4 git commands to generate.