diff options
author | hubertf <hubertf> | 2002-05-07 22:25:02 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2002-05-07 22:25:02 +0000 |
commit | 5b954bc83b592a1434d929bd5d984c06b82e62c8 (patch) | |
tree | e3eac5fe419d5c50169c8296a7834ee1f9a6f0a7 /net/upclient/patches/patch-ac | |
parent | 80db7cf1298bb70168620b46bc2a9245d3150696 (diff) | |
download | pkgsrc-5b954bc83b592a1434d929bd5d984c06b82e62c8.tar.gz |
Re-Added upclient-4.2.1.23: Keeps track of your server uptime
Upclient is a program that keeps track of your server
uptime, and lets you compare it with the uptime of other
(similar) hosts. It consists of two parts, a client- and a
serverpart. The client runs on your server and sends the
uptime every few minutes to the server. The server
collects all data in a table on this site.
Package re-added after the service formerly offered by uptimes.net
is now again online as http://www.wonko.com/
Diffstat (limited to 'net/upclient/patches/patch-ac')
-rw-r--r-- | net/upclient/patches/patch-ac | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/upclient/patches/patch-ac b/net/upclient/patches/patch-ac new file mode 100644 index 00000000000..4dd8debb8d9 --- /dev/null +++ b/net/upclient/patches/patch-ac @@ -0,0 +1,12 @@ +$NetBSD: patch-ac,v 1.5 2002/05/07 22:25:04 hubertf Exp $ + +--- src/stats-bsd.c.orig Sat Jun 16 21:12:53 2001 ++++ src/stats-bsd.c +@@ -21,6 +21,7 @@ + #include <sys/dkstat.h> + #include <sys/sysctl.h> + #include <sys/utsname.h> ++#include <sys/sched.h> + + /** + * @desc Get statistics |