On Wed, Jun 04, 2008 at 11:09:14PM +0200, Roland Mainz wrote: > Nicolas Williams wrote: > > On Wed, Jun 04, 2008 at 09:05:24AM -0700, Mike Shapiro wrote: > > > On Wed, Jun 04, 2008 at 09:21:40AM -0500, Nicolas Williams wrote: > > > > On Tue, Jun 03, 2008 at 10:59:52PM -0700, Mike Shapiro wrote: > [snip] > > - sh > > > > Outputs shell code to be eval'ed that sets variables with names like > > <pg>_<prop>_type=<prop value type> > > <pg>_<prop>_count=<count of values> > > <pg>_<prop>_<index>=<value #index> > > > > Use like so: > > > > eval `svcprop -o sh ...` > > > > - ksh88, bash > > > > Like sh, but with <pg>_<prop>_values being a regular array. > > > > eval $(svcprop -o ksh ...) > > Arrgglggllwwwlll... ;-(
I was in a hurry. See my other posts.