mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Add dhcping 1.0, a program to send DHCP request to DHCP server
for monitoring purposes. PR: 25480 Submitted by: Edwin Groothuis (edwin@mavetju.org)
This commit is contained in:
parent
1b94ef5be2
commit
c46d97e4c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39806
6 changed files with 32 additions and 0 deletions
|
@ -62,6 +62,7 @@
|
||||||
SUBDIR += dgd
|
SUBDIR += dgd
|
||||||
SUBDIR += dgd-lpmud
|
SUBDIR += dgd-lpmud
|
||||||
SUBDIR += dgd-net
|
SUBDIR += dgd-net
|
||||||
|
SUBDIR += dhcping
|
||||||
SUBDIR += dhid
|
SUBDIR += dhid
|
||||||
SUBDIR += dhcpconf
|
SUBDIR += dhcpconf
|
||||||
SUBDIR += dhisd
|
SUBDIR += dhisd
|
||||||
|
|
21
net/dhcping/Makefile
Normal file
21
net/dhcping/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# New ports collection makefile for: dhcping
|
||||||
|
# Date created: 1 March 2001
|
||||||
|
# Whom: Edwin Groothuis (edwin@mavetju.org)
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= dhcping
|
||||||
|
PORTVERSION= 1.0
|
||||||
|
CATEGORIES= net
|
||||||
|
MASTER_SITES= http://www.mavetju.org/download/
|
||||||
|
|
||||||
|
MAINTAINER= edwin@mavetju.org
|
||||||
|
|
||||||
|
MAN8= dhcping.8
|
||||||
|
|
||||||
|
pre-build:
|
||||||
|
${PERL} -pi.orig -e "s@gcc@${CC}@g; \
|
||||||
|
s@-Wall -g@-Wall ${CFLAGS}@g" ${WRKSRC}/Makefile
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
net/dhcping/distinfo
Normal file
1
net/dhcping/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (dhcping-1.0.tar.gz) = 1544d0cfb1d9d3186a2b0ce50128534c
|
1
net/dhcping/pkg-comment
Normal file
1
net/dhcping/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Send DHCP request to DHCP server for monitoring purposes
|
7
net/dhcping/pkg-descr
Normal file
7
net/dhcping/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
This program allows a system administrator to check if a remote
|
||||||
|
DHCP server is still functioning.
|
||||||
|
|
||||||
|
WWW: http://www.mavetju.org
|
||||||
|
|
||||||
|
- Edwin Groothuis
|
||||||
|
edwin@mavetju.org
|
1
net/dhcping/pkg-plist
Normal file
1
net/dhcping/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
||||||
|
bin/dhcping
|
Loading…
Add table
Reference in a new issue