public
Description: Git mirror of the MacPorts svn repo
Homepage: http://www.macports.org
Clone URL: git://github.com/kballard/macports.git
Search Repo:
doc/macports.conf.in:
Be more clear about the startupitem_type option.


git-svn-id: http://svn.macports.org/repository/macports/trunk@36801 
d073be05-634f-4543-b044-5fe20cf6d1d6
Rainer Müller (author)
Wed May 14 17:55:33 -0700 2008
commit  50d395456353ea69a0a6950b6d83cae718f74fbf
tree    ec3fd1157507518e696694dcbbb25f7dbc54e612
parent  0d76bb9856680c628a26d775fecafcb77711cd79
...
93
94
95
96
97
98
 
 
 
 
99
100
101
...
93
94
95
 
 
 
96
97
98
99
100
101
102
0
@@ -93,9 +93,10 @@
0
 # Options for generated startup items
0
 # startupitem_type may be "default", "systemstarter", "launchd", or "none";
0
 # if the option is empty or "default" then a startupitem type appropriate
0
-# to the platform will be chosen. Tiger will default to launchd, while
0
-# older Mac OS X systems will default to systemstarter. If option "none"
0
-# is chosen, port startupitems are ignored and no startupitems are installed.
0
+# to the platform will be chosen. Mac OS X 10.4 Tiger and above will default to
0
+# launchd, while older Mac OS X systems will default to systemstarter. If
0
+# option "none" is chosen, port startupitems are ignored and no startupitems
0
+# are installed.
0
 startupitem_type  default
0
 
0
 # Extra environment variables to keep. Any variables listed here are added

Comments

    No one has commented yet.