Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Apr 1998 17:17:30 +0900 (JST)
From:      sanpei@yy.ics.keio.ac.jp
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/6286: update of net/wide-dhcp port[typo]
Message-ID:  <199804130817.RAA01060@lavender.yy.cs.keio.ac.jp>

next in thread | raw e-mail | index | archive | help

>Number:         6286
>Category:       ports
>Synopsis:       update of net/wide-dhcp port[typo]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 13 01:20:01 PDT 1998
>Last-Modified:
>Originator:     MIHIRA Yoshiro
>Organization:
Keio Univ.
>Release:        FreeBSD 2.2.5-RELEASE i386
>Environment:

none

>Description:

	I'm MAINTAINER of net/wide-dhcp.
	I found typo in Makefile, Would you like to fix it.

Thank you.

Yoshiro MIHIRA

>How-To-Repeat:

none

>Fix:
	

diff -urN wide-dhcp.org/Makefile wide-dhcp/Makefile
--- wide-dhcp.org/Makefile	Sat May 31 03:52:44 1997
+++ wide-dhcp/Makefile	Mon Apr 13 17:08:39 1998
@@ -59,7 +59,7 @@
 		echo '		find $${DB_POOL} -newer $${DB_BIND} -exec rm $${DB_BIND} \;'\
 			>> ${STARTUP_SCRIPT};				\
 		echo '	fi' >> ${STARTUP_SCRIPT};			\
-		echo "	${PREFIX}/sbin/dhcps [Intarface Name]"		\
+		echo "	${PREFIX}/sbin/dhcps [Interface Name]"		\
 			>> ${STARTUP_SCRIPT};				\
 		echo "	echo -n ' dhcps'"				\
 			>> ${STARTUP_SCRIPT};				\
>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?199804130817.RAA01060>