summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-27 00:45:43 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-27 00:45:43 +0000
commit34171d18e7d15518b0d4be05014647ae496a03b1 (patch)
tree7afbcbdab7ade0ede36d8144d66e4d152fce3337 /ftp
parentECHO -> ECHO_MSG (diff)
- ECHO -> ECHO_MSG
for some ports: - pre-fetch -> pre-everything PR: ports/56785-56799 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes: svn path=/head/; revision=89490
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 aa6c21216695..a9c061800749 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 0d950c76bd01..b1f61b43ec6d 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>