Drop debian/patches/0001-fix-upsmon-regression.patch, applied upstream

This commit is contained in:
Laurent Bigonville 2012-08-12 23:43:25 +02:00
parent ce071bf6d9
commit b5e16725fa
3 changed files with 2 additions and 17 deletions

View file

@ -1,15 +0,0 @@
Description: Fix upsmon/upssched regression
Origin: upstream, http://trac.networkupstools.org/projects/nut/changeset/3670
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679513
Index: /trunk/clients/upssched.c
===================================================================
--- a/clients/upssched.c (revision 3555)
+++ b/clients/upssched.c (revision 3670)
@@ -695,5 +695,5 @@
pconf_encode(arg2, enc, sizeof(enc)));
- snprintfcat(enc, sizeof(enc), "%s\n", buf);
+ snprintf(enc, sizeof(enc), "%s\n", buf);
/* see if the parent needs to be started (and maybe start it) */

View file

@ -1,2 +1 @@
0001-fix-upsmon-regression.patch
0002-nut-monitor-paths.patch