summaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-09-27 00:45:43 +0000
committeredwin <edwin@FreeBSD.org>2003-09-27 00:45:43 +0000
commit3575edd007adc3e2c53aaa8f7f93a105cec8c22a (patch)
treec1b596d8ebae8ab0ff3a7ec78370481e830b6f09 /ftp
parentc7d93aa81b286c9fe1864b3e1497b21b76878b6d (diff)
downloadFreeBSD-ports-3575edd007adc3e2c53aaa8f7f93a105cec8c22a.zip
FreeBSD-ports-3575edd007adc3e2c53aaa8f7f93a105cec8c22a.tar.gz
- ECHO -> ECHO_MSG
for some ports: - pre-fetch -> pre-everything PR: ports/56785-56799 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'ftp')
-rw-r--r--ftp/lukemftpd/Makefile18
-rw-r--r--ftp/oftpd/Makefile10
2 files changed, 14 insertions, 14 deletions
diff --git a/ftp/lukemftpd/Makefile b/ftp/lukemftpd/Makefile
index aa6c212..a9c0618 100644
--- a/ftp/lukemftpd/Makefile
+++ b/ftp/lukemftpd/Makefile
@@ -54,14 +54,14 @@ do-install:
.endif
post-install:
- @${ECHO} "================================================================================"
- @${ECHO} "This port relies on a number of configuration files in ${PREFIX}/etc."
- @${ECHO} "At the very least, create a ftpusers file with the usernams of users you don't"
- @${ECHO} "want to connect (root, toor, etc.). This will allow non-listed users to log in."
- @${ECHO} "Copying /etc/ftpusers to ${PREFIX}/etc/ftpusers should be sufficient."
- @${ECHO}
- @${ECHO} "See the man files for more information. The man- and configuration files for"
- @${ECHO} "FreeBSD's built-in ftpd can also be of use as examples/additional info."
- @${ECHO} "================================================================================"
+ @${ECHO_MSG} "================================================================================"
+ @${ECHO_MSG} "This port relies on a number of configuration files in ${PREFIX}/etc."
+ @${ECHO_MSG} "At the very least, create a ftpusers file with the usernams of users you don't"
+ @${ECHO_MSG} "want to connect (root, toor, etc.). This will allow non-listed users to log in."
+ @${ECHO_MSG} "Copying /etc/ftpusers to ${PREFIX}/etc/ftpusers should be sufficient."
+ @${ECHO_MSG}
+ @${ECHO_MSG} "See the man files for more information. The man- and configuration files for"
+ @${ECHO_MSG} "FreeBSD's built-in ftpd can also be of use as examples/additional info."
+ @${ECHO_MSG} "================================================================================"
.include <bsd.port.mk>
diff --git a/ftp/oftpd/Makefile b/ftp/oftpd/Makefile
index 0d950c7..b1f61b4 100644
--- a/ftp/oftpd/Makefile
+++ b/ftp/oftpd/Makefile
@@ -41,10 +41,10 @@ do-install:
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>
OpenPOWER on IntegriCloud