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

jmr at macports.org jmr at macports.org
Tue Jun 12 08:27:45 PDT 2012


Revision: 94208
          https://trac.macports.org/changeset/94208
Author:   jmr at macports.org
Date:     2012-06-12 08:27:44 -0700 (Tue, 12 Jun 2012)
Log Message:
-----------
tftp-hpa: set startupitem.name globally so 'port load' works without specifying a variant (#31737)

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

Modified: trunk/dports/net/tftp-hpa/Portfile
===================================================================
--- trunk/dports/net/tftp-hpa/Portfile	2012-06-12 14:58:49 UTC (rev 94207)
+++ trunk/dports/net/tftp-hpa/Portfile	2012-06-12 15:27:44 UTC (rev 94208)
@@ -24,9 +24,10 @@
 variant enable_upload description {If invoked with the server variant, tftp uploads \
 	are enabled; without the server variant, this variant has no effect} {}
 
+startupitem.name	tftpd
+
 variant server description {Install launchd scripts to run tftpd at system boot} {
 	startupitem.create	yes
-	startupitem.name	tftpd
 		if { ! [variant_isset enable_upload] } {
 			startupitem.executable	${prefix}/sbin/tftpd -L -s ${tftp-root}
 		} else {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120612/14c60e96/attachment-0001.html>


More information about the macports-changes mailing list