summaryrefslogtreecommitdiff
path: root/net/upclient/patches
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2001-10-04 11:05:00 +0000
committerabs <abs@pkgsrc.org>2001-10-04 11:05:00 +0000
commitd9aeaae03b4c5366fbc2be7117c4d85246a4c38c (patch)
treee8d5132d23d32e4c1e0c7253bdefad68442be0ad /net/upclient/patches
parent7547085046965b15f126e26003839c0336beb639 (diff)
downloadpkgsrc-d9aeaae03b4c5366fbc2be7117c4d85246a4c38c.tar.gz
Deleted net/upclient - the uptimes project has been suspended, and if it
resumes it will use a new client and protocol.
Diffstat (limited to 'net/upclient/patches')
-rw-r--r--net/upclient/patches/patch-aa18
-rw-r--r--net/upclient/patches/patch-ab13
-rw-r--r--net/upclient/patches/patch-ac12
3 files changed, 0 insertions, 43 deletions
diff --git a/net/upclient/patches/patch-aa b/net/upclient/patches/patch-aa
deleted file mode 100644
index f662105be72..00000000000
--- a/net/upclient/patches/patch-aa
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-aa,v 1.5 2001/06/28 10:32:46 wiz Exp $
-
---- src/options.c Sat Jun 16 14:15:04 2001
-+++ src/options.c Tue Jun 19 10:48:25 2001
-@@ -298,8 +298,11 @@
- if(!(fp = fopen("/etc/"CONFIGFILE, "r"))) {
- /* Failed, now try to open config file in /usr/local/etc */
- if(!(fp = fopen("/usr/local/etc/"CONFIGFILE, "r"))) {
-- printf("Error: couldn't open config file %s for reading in:\n- current directory\n- /etc\n- /usr/local/etc\n", CONFIGFILE);
-- exit(-1);
-+ /* Failed, now try to open config file in /usr/pkg/etc */
-+ if (!(fp = fopen("/usr/pkg/etc/"CONFIGFILE, "r"))) {
-+ printf("Error: couldn't open config file %s for reading in:\n- current directory\n- /etc\n- /usr/local/etc\n- /usr/pkg/etc\n", CONFIGFILE);
-+ exit(-1);
-+ }
- }
- }
- }
diff --git a/net/upclient/patches/patch-ab b/net/upclient/patches/patch-ab
deleted file mode 100644
index 9386b5bb39b..00000000000
--- a/net/upclient/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2001/06/20 14:30:48 nra Exp $
-
---- scripts/upchk.orig Tue Jun 19 11:15:24 2001
-+++ scripts/upchk Tue Jun 19 11:15:51 2001
-@@ -24,7 +24,7 @@
- #
-
- # change this to the full path AND name of your upclient executable:
--upclient="/usr/local/sbin/upclient"
-+upclient="@PREFIX@/bin/upclient"
-
- # change this to the name of your upclient's pidfile (as defined in
- # config.h of the upclient distribution)
diff --git a/net/upclient/patches/patch-ac b/net/upclient/patches/patch-ac
deleted file mode 100644
index 8e3919943ca..00000000000
--- a/net/upclient/patches/patch-ac
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ac,v 1.3 2001/06/28 10:32:46 wiz 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