add libtool fixes, cleanup
[openwrt/svn-archive/archive.git] / utils / logrotate / patches / 005-taboo_to_debug.patch
1 diff -u -ruN logrotate-3.7.1.orig/config.c logrotate-3.7.1/config.c
2 --- logrotate-3.7.1.orig/config.c 2003-08-07 07:13:14.000000000 -0400
3 +++ logrotate-3.7.1/config.c 2005-05-24 12:13:41.000000000 -0400
4 @@ -147,7 +147,7 @@
5 for (i = 0; i < tabooCount; i++) {
6 if (!strcmp(fname + strlen(fname) - strlen(tabooExts[i]),
7 tabooExts[i])) {
8 - message(MESS_ERROR, "Ignoring %s, because of %s "
9 + message(MESS_DEBUG, "Ignoring %s, because of %s "
10 "ending\n", fname, tabooExts[i]);
11
12 return 0;