- Fixed stats not being cleared when disconnected - Added user specified format for labels. - Added user customizable label for the not connected condition. - Removed global variables in stats gathering functions. pkgsrc fix: don't cast 64-bit counters to unsigned long.
13 lines
341 B
Text
13 lines
341 B
Text
$NetBSD: patch-ab,v 1.2 2007/12/09 23:41:11 wiz Exp $
|
|
|
|
--- Imakefile.orig 2000-02-01 07:11:24.000000000 +0000
|
|
+++ Imakefile
|
|
@@ -15,7 +15,7 @@ DEFINES = -DVERSION="\"Pload version $(V
|
|
|
|
ComplexProgramTarget(pload)
|
|
|
|
-distclean: clean
|
|
+distclean:: clean
|
|
$(RM) Makefile osdefs.mk core \
|
|
pload-$(VER).tar.gz \
|
|
pload-$(VER)-1.i386.rpm \
|