]> git.pld-linux.org Git - packages/apcupsd.git/blobdiff - apcupsd-pcnet-seconds.patch
- up to 3.14.12
[packages/apcupsd.git] / apcupsd-pcnet-seconds.patch
diff --git a/apcupsd-pcnet-seconds.patch b/apcupsd-pcnet-seconds.patch
deleted file mode 100644 (file)
index b993ee6..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -uNr apcupsd-3.14.4/src/drivers/pcnet/pcnet.c apcupsd-3.14.4.new/src/drivers/pcnet/pcnet.c
---- apcupsd-3.14.4/src/drivers/pcnet/pcnet.c   2007-10-06 16:52:52.000000000 +0200
-+++ apcupsd-3.14.4.new/src/drivers/pcnet/pcnet.c       2008-12-14 10:35:02.240131748 +0100
-@@ -208,7 +208,7 @@
-       break;
-    case CI_RUNTIM:
-       Dmsg1(80, "Got CI_RUNTIM: %s\n", value);
--      ups->TimeLeft = atof(value);
-+      ups->TimeLeft = atof(value) / 60;
-       break;
-    case CI_ITEMP:
-       Dmsg1(80, "Got CI_ITEMP: %s\n", value);
This page took 0.061476 seconds and 4 git commands to generate.