commit 56160b9cdc5dbe75bc860d5344f6ebc1cd0b690c
Author: Matthew Dillon <[email protected]>
Date: Sat Jul 29 18:22:47 2017 -0700
kcollect - Fix gunplot warning when -x -f is specified
* gnuplot warns about multiple set terminal commands when the refresh
occurs. Rearrange when the command is sent to avoid the problem.
Summary of changes:
usr.bin/kcollect/gnuplot.c | 58 ++++++++++++++++++++++-----------------------
usr.bin/kcollect/kcollect.c | 8 +++----
usr.bin/kcollect/kcollect.h | 4 ++--
3 files changed, 35 insertions(+), 35 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/56160b9cdc5dbe75bc860d5344f6ebc1cd0b690c
--
DragonFly BSD source repository