[33358] trunk/dports/net/tftp-hpa/Portfile

markd at macports.org markd at macports.org
Thu Jan 24 17:28:02 PST 2008


Revision: 33358
          http://trac.macosforge.org/projects/macports/changeset/33358
Author:   markd at macports.org
Date:     2008-01-24 17:27:59 -0800 (Thu, 24 Jan 2008)

Log Message:
-----------
Obfuscate email address; modify ui_msg a bit.

Modified Paths:
--------------
    trunk/dports/net/tftp-hpa/Portfile

Modified: trunk/dports/net/tftp-hpa/Portfile
===================================================================
--- trunk/dports/net/tftp-hpa/Portfile	2008-01-24 22:36:29 UTC (rev 33357)
+++ trunk/dports/net/tftp-hpa/Portfile	2008-01-25 01:27:59 UTC (rev 33358)
@@ -6,7 +6,7 @@
 version		0.48
 revision        2
 categories	net
-maintainers	markd at macports.org digdog at macports.org
+maintainers	markd digdog at macports.org
 description	Enhanced port of the BSD TFTP server
 platforms	darwin freebsd
 long_description	tftp-hpa is an enhanced version of the BSD TFTP client \
@@ -59,21 +59,21 @@
 
 ***** Setup Instructions *****
 
+NOTE: By default, tftp-hpa listens to the tftp port specified in /etc/services (port 69)
+      on all local addresses.
+
 To run tftpd manually for download only access, use this command:
 	sudo tftpd -L -s <tftp-root-dir>
 
 To run tftpd manually and support tftp uploads, add \"-c\" to the command:
 	sudo tftpd -L -c -s <tftp-root-dir>
 
-You may run tftpd at system boot on OS X 10.4 or 10.5 if you installed tftp-hpa
-using the server variant; if so, you may load it using launchctl:
+You may run tftpd at system boot using the startupitem if you installed tftp-hpa
+using the server variant.  To load the startupitem using launchctl:
 	sudo launchctl load -w /Library/LaunchDaemons/org.macports.tftpd.plist
 
-By default, tftp-hpa listens to the tftp port specified in /etc/services (port 69)
-on all local addresses.
-
 NOTE: When loading tftp-hpa using launchctl, make sure to place the files you want to serve
-in ${tftp-root}, because that is the location set by the StartupItem.
+in ${tftp-root}, because that is the location set in the StartupItem.
 
 *******************************
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080124/d7fb9a92/attachment-0001.html


More information about the macports-changes mailing list