Revision
31771
Author
ryandesign@macports.org
Date
2007-12-06 16:07:50 -0800 (Thu, 06 Dec 2007)

Log Message

fix creation of launchd plists following changes in r31500; see #13518

Modified Paths

Diff

Modified: trunk/base/src/port1.0/portstartupitem.tcl (31770 => 31771)


--- trunk/base/src/port1.0/portstartupitem.tcl	2007-12-06 22:15:57 UTC (rev 31770)
+++ trunk/base/src/port1.0/portstartupitem.tcl	2007-12-07 00:07:50 UTC (rev 31771)
@@ -384,8 +384,8 @@
 
 proc startupitem_create_darwin_launchd {args} {
     global UI_PREFIX prefix destroot destroot.keepdirs portname os.platform
-    global startupitem.name startupitem.requires startupitem.init
-    global startupitem.start startupitem.stop startupitem.restart startupitem.executable
+    global startupitem.name startupitem.uniquename startupitem.plist startupitem.location
+    global startupitem.init startupitem.start startupitem.stop startupitem.restart startupitem.executable
     global startupitem.pidfile startupitem.logfile startupitem.logevents startupitem.netchange
 
     set scriptdir ${prefix}/etc/startup