Thanks to Jim Walker for pointing me to the inlined comments - until now I'd missed them. My apologies.
Mark Martin wrote: > James Walker wrote: <snip> >> >> 3.4.5 Passwords >> (see >> http://opensolaris.org/os/community/arc/bestpractices/passwords-cli/ and >> >> http://opensolaris.org/os/community/arc/bestpractices/passwords-files/ >> for details) >> Do any of the components for the project deal with passwords? >> [ ] Yes >> [*] No - continue to next section (section 3.4.6) >> > The mysql driver support isn't included? This is in conflict with > your clarification on question 3.5 isn't it? If it is included, is it > important to note that the user/pass are specified on the command line? The mysql driver uses a thin shim that uses libmysql to talk to the mysql database. You are correct that it does indeed deal with passwords and that they are specified on the command line. The general use I've seen is to use the default username and have no set password but that is not required. <snip> >> >> 4.0 Interfaces >> 4.1 Exported Interfaces >> Interface Name Classification Comments >> ---------------- ------------------- >> --------------------------- >> SUNWsysbench Uncommitted Package >> >> /usr/benchmarks/sysbench/sysbench >> Uncommitted Executable binary file >> > > PSARC 2007/448 set the precedent that this should probably be > /usr/benchmarks/sysbench/bin/sysbench > Understood, and I'll make the change. I had been distracted by PSARC 2008/461 (bonnie++) which did not use the bin directory. Should I also add a symlink in /usr/bin as in 2007/461? - Pete