ports/56786: Update port: ftp/oftpd

KATO Tsuguru tkato at prontomail.com
Sun Sep 14 07:01:44 UTC 2003


>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:



More information about the freebsd-ports-bugs mailing list