Date: Thu, 1 Mar 2001 22:52:07 +0100 (CET) From: edwin@mavetju.org To: FreeBSD-gnats-submit@freebsd.org Subject: ports/25479: New Port: ddc-1.0 Message-ID: <20010301215207.B7A6742C@cgmd76206.chello.nl>
next in thread | raw e-mail | index | archive | help
>Number: 25479 >Category: ports >Synopsis: New Port: ddc-1.0 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Mar 01 14:00:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 4.2-RELEASE i386 >Organization: - >Environment: - >Description: This command allows the system administrator to control the operation of the DHCP daemon >How-To-Repeat: - >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # ddc # ddc/Makefile # ddc/pkg-comment # ddc/pkg-descr # ddc/pkg-plist # ddc/distinfo # ddc/files # ddc/files/patch-ddc # ddc/files/patch-ddc.8 # echo c - ddc mkdir -p ddc > /dev/null 2>&1 echo x - ddc/Makefile sed 's/^X//' >ddc/Makefile << 'END-of-ddc/Makefile' X# New ports collection makefile for: ddc X# Date created: 1 March 2001 X# Whom: Edwin Groothuis (edwin@mavetju.org) X# X# $FreeBSD$ X# X XPORTNAME= ddc XPORTVERSION= 1.0 XCATEGORIES= net XMASTER_SITES= http://www.mavetju.org/download/ X XMAINTAINER= edwin@mavetju.org X X.include <bsd.port.mk> END-of-ddc/Makefile echo x - ddc/pkg-comment sed 's/^X//' >ddc/pkg-comment << 'END-of-ddc/pkg-comment' XControl your DHCP daemon a la apachectl END-of-ddc/pkg-comment echo x - ddc/pkg-descr sed 's/^X//' >ddc/pkg-descr << 'END-of-ddc/pkg-descr' XThis command allows the system administrator to control the operation Xof the DHCP daemon. X XWWW: http://www.mavetju.org/unix/general.phtml X X- Edwin Groothuis Xedwin@mavetju.org END-of-ddc/pkg-descr echo x - ddc/pkg-plist sed 's/^X//' >ddc/pkg-plist << 'END-of-ddc/pkg-plist' Xbin/ddc Xman/man8/ddc.8 END-of-ddc/pkg-plist echo x - ddc/distinfo sed 's/^X//' >ddc/distinfo << 'END-of-ddc/distinfo' XMD5 (ddc-1.0.tar.gz) = f1443abebca6290403b7b2e2fa18e3cf END-of-ddc/distinfo echo c - ddc/files mkdir -p ddc/files > /dev/null 2>&1 echo x - ddc/files/patch-ddc sed 's/^X//' >ddc/files/patch-ddc << 'END-of-ddc/files/patch-ddc' X--- ddc Mon Dec 18 15:27:48 2000 X+++ ddc Thu Mar 1 22:44:38 2001 X@@ -5,10 +5,10 @@ X # X # global variables, you might have to change them! X # X-DHCPD=/usr/sbin/dhcpd X+DHCPD=/usr/local/sbin/dhcpd X PIDFILE=/var/run/dhcpd.pid X LF=/var/db/dhcpd.leases X-CF=/etc/dhcpd.conf X+CF=/usr/local/etc/dhcpd.conf X #OPTIONS="-q -p 90 fxp0" X # X # END-of-ddc/files/patch-ddc echo x - ddc/files/patch-ddc.8 sed 's/^X//' >ddc/files/patch-ddc.8 << 'END-of-ddc/files/patch-ddc.8' X--- ddc.8 Thu Mar 1 18:31:47 2001 X+++ ddc.8 Thu Mar 1 22:47:52 2001 X@@ -53,13 +53,13 @@ X X .Sh FILES X .Bl -tag -width /var/db/dhcpd.leases -compact X-.It Pa /usr/sbin/dhcpd X+.It Pa /usr/local/sbin/dhcpd X Executable of the DHCPD. X .It Pa /var/run/dhcpd.pid X Process id of the DHCP daemon. X .It Pa /var/db/dhcpd.leases X DHCPD client lease database X-.It Pa /etc/dhcpd.conf X+.It Pa /usr/local/etc/dhcpd.conf X Configuration file of the DHCP daemon. X .El X END-of-ddc/files/patch-ddc.8 exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010301215207.B7A6742C>