On Wed, Jun 27, 2007 at 01:45:07AM +0200, Roland Mainz wrote:
> Nicolas Williams wrote:
> > But will ksh or ksh93 know that this script must not source $ENV?
>
> Erm, I don't know what's the correct behaviour for Solaris ksh88... but
> for ksh93 it's clearly defined that ${ENV} and /etc/ksh.kshrc
Nicolas Williams wrote:
> On Wed, Jun 27, 2007 at 12:55:15AM +0200, Roland Mainz wrote:
> > Nicolas Williams wrote:
> > > On Sat, Jun 23, 2007 at 12:31:28PM -0500, Nicolas Williams wrote:
> > > > On Sat, Jun 23, 2007 at 12:18:05PM -0500, Nicolas Williams wrote:
> > > > > Couldn't wait for ZFS deleg
On Wed, Jun 27, 2007 at 12:55:15AM +0200, Roland Mainz wrote:
> Nicolas Williams wrote:
> > On Sat, Jun 23, 2007 at 12:31:28PM -0500, Nicolas Williams wrote:
> > > On Sat, Jun 23, 2007 at 12:18:05PM -0500, Nicolas Williams wrote:
> > > > Couldn't wait for ZFS delegation, so I cobbled something toge
Nicolas Williams wrote:
> On Sat, Jun 23, 2007 at 12:31:28PM -0500, Nicolas Williams wrote:
> > On Sat, Jun 23, 2007 at 12:18:05PM -0500, Nicolas Williams wrote:
> > > Couldn't wait for ZFS delegation, so I cobbled something together; see
> > > attachment.
> >
> > I forgot to slap on the CDDL heade
Oh, and thanks! ZFS delegations rocks.
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
On Tue, Jun 26, 2007 at 04:19:03PM -0600, Mark Shellenbaum wrote:
> Nicolas Williams wrote:
> >Couldn't wait for ZFS delegation, so I cobbled something together; see
> >attachment.
>
> The *real* ZFS delegation code was integrated into Nevada this morning.
> I've placed a little overview in my b
Nicolas Williams wrote:
Couldn't wait for ZFS delegation, so I cobbled something together; see
attachment.
Nico
The *real* ZFS delegation code was integrated into Nevada this morning.
I've placed a little overview in my blog.
http://blogs.sun.com/marks
-Mark
___
On Sat, Jun 23, 2007 at 12:31:28PM -0500, Nicolas Williams wrote:
> On Sat, Jun 23, 2007 at 12:18:05PM -0500, Nicolas Williams wrote:
> > Couldn't wait for ZFS delegation, so I cobbled something together; see
> > attachment.
>
> I forgot to slap on the CDDL header...
And I forgot to add a -p opti
On Sat, Jun 23, 2007 at 12:18:05PM -0500, Nicolas Williams wrote:
> Couldn't wait for ZFS delegation, so I cobbled something together; see
> attachment.
I forgot to slap on the CDDL header...
#!/bin/ksh
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common De
Couldn't wait for ZFS delegation, so I cobbled something together; see
attachment.
Nico
--
#!/bin/ksh
ARG0=$0
PROG=${0##*/}
OIFS="$IFS"
# grep -q rocks, but it lives in xpg4...
OPATH=$PATH
PATH=/usr/xpg4/bin:/bin:/sbin
# Configuration (see usage message below)
#
# This is really based on how a
10 matches
Mail list logo