On Feb 23, 2009, at 8:15 PM, Joshua Root wrote:
Bradley Giesbrecht wrote:
cat `port dir mysql5`/Portfile
This can be simplified to: cat `port file mysql5`
But even that can be simplified: port cat mysql5
:-)
Show off :-)
Oh, and thanks..
___
m
Bradley Giesbrecht wrote:
> cat `port dir mysql5`/Portfile
This can be simplified to: cat `port file mysql5`
But even that can be simplified: port cat mysql5
:-)
- Josh
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.m
Adds startupitem, user/group among other tasks.
cat `port dir mysql5`/Portfile
variant server {
# Create a startupitem to start/stop the server
startupitem.create yes
startupitem.start "${prefix}/share/${mysql}/mysql/mysql.server
start"
startupitem.stop"${prefix}/share/
Scott Haneda wrote:
> What is the +server variant for in mysql5? I looked at the port
> source, and am no sure. I did port variant mysql5 and it did not tell
> me much.
The theory is that mysql5 +server will not only install the mysql5
client libs, but also the server.
But due to a bug in t
What is the +server variant for in mysql5? I looked at the port
source, and am no sure. I did port variant mysql5 and it did not tell
me much.
--
Scott
* If you contact me off list replace talklists@ with scott@ *
___
macports-users mailing l