Changeset 14484 for trunk/base


Ignore:
Timestamp:
Oct 8, 2005, 8:00:29 PM (19 years ago)
Author:
jberry
Message:

Allow a startupitem.executable to include arguments under launchd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/src/port1.0/portstartupitem.tcl

    r14482 r14484  
    22# portstartupitem.tcl
    33#
    4 # $Id: portstartupitem.tcl,v 1.17 2005/10/08 19:21:02 jberry Exp $
     4# $Id: portstartupitem.tcl,v 1.18 2005/10/08 20:00:29 jberry Exp $
    55#
    66# Copyright (c) 2004, 2005 Markus W. Weissman <mww@opendarwin.org>,
     
    398398                # An executable is specified, and there is no init, start, stop, or restart
    399399                # code; so we don't need a wrapper script
    400                
    401                 lappend args "--start-cmd" ${startupitem.executable} ";"
     400                set args [concat $args "--start-cmd" ${startupitem.executable} ";"]
    402401               
    403402        } else {
Note: See TracChangeset for help on using the changeset viewer.