Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Sep 2003 15:34:53 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/56786: Update port: ftp/oftpd
Message-ID:  <20030914153453.6edf8eab.tkato@prontomail.com>
Resent-Message-ID: <200309140700.h8E70hau007773@freefall.freebsd.org>

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

>Number:         56786
>Category:       ports
>Synopsis:       Update port: ftp/oftpd
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 14 00:00:42 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- ECHO -> ECHO_MSG

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/ftp/oftpd/Makefile ftp/oftpd/Makefile
--- /usr/ports/ftp/oftpd/Makefile	Sat Apr 12 22:46:15 2003
+++ ftp/oftpd/Makefile	Sun Sep 14 13:21:31 2003
@@ -41,10 +41,10 @@
 
 post-install:
 	@${INSTALL_MAN} ${WRKSRC}/man/oftpd.8 ${MANPREFIX}/man/man8
-	@${ECHO} "================================================================================"
-	@${ECHO} "oftpd only runs standalone, not from inetd."
-	@${ECHO} "Create a README file in the root anonymous FTP dir to have it displayed to"
-	@${ECHO} "users upon login."
-	@${ECHO} "================================================================================"
+	@${ECHO_MSG} "================================================================================"
+	@${ECHO_MSG} "oftpd only runs standalone, not from inetd."
+	@${ECHO_MSG} "Create a README file in the root anonymous FTP dir to have it displayed to"
+	@${ECHO_MSG} "users upon login."
+	@${ECHO_MSG} "================================================================================"
 
 .include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030914153453.6edf8eab.tkato>