aboutsummaryrefslogtreecommitdiff
path: root/dns/dhid/files
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2002-01-29 04:56:35 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2002-01-29 04:56:35 +0000
commitb315e20b06b5067b11496cbfb4744f5cf16a9639 (patch)
tree3fe761c428249a06677cf9f97eb9badee0732a6a /dns/dhid/files
parent7f06f7b43a65cd1bd87825a1886b0e08e87f38e3 (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_5_0'.release/4.5.0
Notes
Notes: svn path=/head/; revision=53938 svn path=/tags/RELEASE_4_5_0/; revision=53939; tag=release/4.5.0
Diffstat (limited to 'dns/dhid/files')
-rw-r--r--dns/dhid/files/dhid.sh20
-rw-r--r--dns/dhid/files/patch-aa13
-rw-r--r--dns/dhid/files/patch-ab17
3 files changed, 0 insertions, 50 deletions
diff --git a/dns/dhid/files/dhid.sh b/dns/dhid/files/dhid.sh
deleted file mode 100644
index 510f4ab70d16..000000000000
--- a/dns/dhid/files/dhid.sh
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-
-if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then
- echo "$0: Cannot determine the PREFIX" >&2
- exit 1
-fi
-
-case "$1" in
-start)
- [ -x "${PREFIX}/sbin/dhid" -a -f "${PREFIX}/etc/dhid.conf" ] && ${PREFIX}/sbin/dhid > /dev/null && echo -n ' dhid'
- ;;
-stop)
- killall dhid && echo -n ' dhid'
- ;;
-*)
- echo "Usage: `basename $0` {start|stop}" >&2
- ;;
-esac
-
-exit 0
diff --git a/dns/dhid/files/patch-aa b/dns/dhid/files/patch-aa
deleted file mode 100644
index ff0171d63d58..000000000000
--- a/dns/dhid/files/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
---- dhid.h.orig Sun Jan 14 19:39:01 2001
-+++ dhid.h Sun Jan 14 19:41:37 2001
-@@ -73,8 +73,8 @@
- #define OFFLINE_REQ 0x00000451
-
-
--#define DHID_CONF "/etc/dhid.conf"
--#define DHID_PID "/etc/dhid.pid"
-+#define DHID_CONF "__PREFIX__/etc/dhid.conf"
-+#define DHID_PID "/var/run/dhid.pid"
-
- #define DEF_ISPORT 58800
- #define FAIL_ALLOW 3
diff --git a/dns/dhid/files/patch-ab b/dns/dhid/files/patch-ab
deleted file mode 100644
index a818e892bcfd..000000000000
--- a/dns/dhid/files/patch-ab
+++ /dev/null
@@ -1,17 +0,0 @@
---- Makefile.orig Sun Jan 14 19:39:56 2001
-+++ Makefile Sun Jan 14 19:40:37 2001
-@@ -25,13 +25,10 @@
- #
- # DHIS(c) Dynamic Host Information System Release 4.0
-
--CC=cc
-+CC?=cc
-
- # Add -lnsl and -lsocket to LIBS in SysV systems
- #
--CFLAGS=-I/usr/local/include -DQRC=1
--LFLAGS=-L/usr/local/lib
--LIBS=-lgmp
-
- # Use these and comment the above if you wish to compile dhid without
- # secure public key authentication or don't have the GMP library