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

source_changes at macosforge.org source_changes at macosforge.org
Tue Oct 30 22:02:34 PDT 2007


Revision: 30551
          http://trac.macosforge.org/projects/macports/changeset/30551
Author:   ryandesign at macports.org
Date:     2007-10-30 22:02:34 -0700 (Tue, 30 Oct 2007)

Log Message:
-----------
tftp-hpa: fix wording of messages in post-install

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

Modified: trunk/dports/net/tftp-hpa/Portfile
===================================================================
--- trunk/dports/net/tftp-hpa/Portfile	2007-10-31 04:23:00 UTC (rev 30550)
+++ trunk/dports/net/tftp-hpa/Portfile	2007-10-31 05:02:34 UTC (rev 30551)
@@ -32,17 +32,17 @@
 
 # Tell the user that the server needs to be used through (x)inetd/launchd
 post-install {
-        ui_msg "\nTo use tftpd, you'll need to modified settings in inetd.conf/xinetd.d/launchd"
+        ui_msg "\nTo use tftpd, you'll need to modify settings in inetd.conf/xinetd.d/launchd"
         ui_msg "depending on what you use on your system.\n\n"
         ui_msg "For inetd, something like:"
         ui_msg "tftp  dgram   udp  wait    nobody  ${prefix}/sbin/in.tftd  tftpd /private/tftpboot"
         ui_msg "should do it. And tell inetd to reload its configuration.\n\n"
-        ui_msg "For xinetd (the default on Mac OS X 10.3), you should edit file /etc/xinetd.d/tftp\n"
-        ui_msg "and change the server setting from /usr/libexec/tftpd into ${prefix}/sbin/in.tftd\n"
-        ui_msg "Then, use service(8) command to reload xinetd configuration.\n\n"
+        ui_msg "For xinetd (the default on Mac OS X 10.3), you should edit the file /etc/xinetd.d/tftp\n"
+        ui_msg "and change the server setting from /usr/libexec/tftpd to ${prefix}/sbin/in.tftd\n"
+        ui_msg "Then, use service(8) command to reload the xinetd configuration.\n\n"
         ui_msg "For launchd (the default on Mac OS X 10.4 Tiger), you'll need to change the \n"
         ui_msg "tftp.plist file in /System/Library/LaunchDaemons/. By changing the first string\n"
-        ui_msg "value inside the ProgramArguments key from /usr/libexec/tftpd into ${prefix}/sbin/in.tftd\n"
-        ui_msg "And start the server with service(8) command.\n"
+        ui_msg "value inside the ProgramArguments key from /usr/libexec/tftpd to ${prefix}/sbin/in.tftd\n"
+        ui_msg "And start the server with the service(8) command.\n"
 }
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071030/45d11aaa/attachment.html


More information about the macports-changes mailing list