summaryrefslogtreecommitdiff
path: root/misc/upclient/files
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-08-28 19:27:20 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-08-28 19:27:20 +0000
commit5e30dde42ddeec0853bf30c5c99cb59e126685ad (patch)
tree9044658c973d8d0d39e8799857eb9fe8789f66e1 /misc/upclient/files
parentUpdate to version 0.51 (diff)
Import of upclient.
This is the client program for the Server Uptimes project. For more information on the Server Uptimes project visit their web site at: http://uptime.hexon.cx/ PR: 13272 Submitted by: Kelly Yancey <kbyanc@posi.net>
Notes
Notes: svn path=/head/; revision=21067
Diffstat (limited to 'misc/upclient/files')
-rw-r--r--misc/upclient/files/patch-aa30
-rw-r--r--misc/upclient/files/patch-ab9
2 files changed, 39 insertions, 0 deletions
diff --git a/misc/upclient/files/patch-aa b/misc/upclient/files/patch-aa
new file mode 100644
index 000000000000..2548b11b7689
--- /dev/null
+++ b/misc/upclient/files/patch-aa
@@ -0,0 +1,30 @@
+--- Makefile.orig Sat Apr 10 02:47:19 1999
++++ Makefile Fri Aug 20 14:51:05 1999
+@@ -1,7 +1,7 @@
+ # Uptime Client Makefile
+
+ # Location of config file (for example /etc/upclient.conf)
+-CONFIGFILE = upclient.conf
++CONFIGFILE = $(PREFIX)/etc/upclient.conf
+
+
+ ################
+@@ -29,10 +29,8 @@
+ upclient
+
+ bsd:
+- $(MAKE) CC=gcc \
+- LDFLAGS= \
+- OBJECTS= \
+- CFLAGS='-DPLAT_xxxBSD -DCONFIGFILE=\"$(CONFIGFILE)\"' \
++ $(MAKE) OBJECTS= \
++ CFLAGS='$(CFLAGS) -DPLAT_xxxBSD -DCONFIGFILE=\"$(CONFIGFILE)\"' \
+ upclient
+
+ solaris:
+@@ -88,3 +86,5 @@
+ install: prepared-for-install
+ strip $(BINNAME)
+ chmod 755 $(BINNAME)
++ $(INSTALL) $(BINNAME) $(PREFIX)/bin
++ $(CP) upclient.conf $(PREFIX)/etc
diff --git a/misc/upclient/files/patch-ab b/misc/upclient/files/patch-ab
new file mode 100644
index 000000000000..f96076a7a67a
--- /dev/null
+++ b/misc/upclient/files/patch-ab
@@ -0,0 +1,9 @@
+--- upclient.conf.orig Fri Aug 20 11:22:32 1999
++++ upclient.conf Fri Aug 20 11:25:12 1999
+@@ -3,5 +3,5 @@
+ HostID <HostID>
+ Login <Loginname>
+ Pass <Password>
+-Interval 60
++Interval 550
+ UptimeServer uptime.hexon.cx