let ipkg fail when a package file to be installed is not found
[openwrt.git] / openwrt / package / logrotate / patches / logrotate-3.7.1-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;