problem with new multiple startupitems

Joshua Root jmr at macports.org
Sun Jun 3 14:05:56 UTC 2018


On 2018-6-3 23:53 , macports at parvis.nl wrote:
> startipitems \
>   name testit \
>   executable sudo -u paul /usr/local/bin/testit

Should be:

 startupitems \
   name testit \
   executable "sudo -u paul /usr/local/bin/testit"

List elements are separated by whitespace, so if an element should
contain whitespace, it needs to be quoted.

- Josh


More information about the macports-dev mailing list