Drop debian/patches/0001-fix-upsmon-regression.patch, applied upstream
This commit is contained in:
parent
ce071bf6d9
commit
b5e16725fa
3 changed files with 2 additions and 17 deletions
15
debian/patches/0001-fix-upsmon-regression.patch
vendored
15
debian/patches/0001-fix-upsmon-regression.patch
vendored
|
|
@ -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) */
|
||||
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
|
@ -1,2 +1 @@
|
|||
0001-fix-upsmon-regression.patch
|
||||
0002-nut-monitor-paths.patch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue