IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17763


Ignore:
Timestamp:
May 21, 2008, 10:46:18 AM (18 years ago)
Author:
jhoblitt
Message:

add neb-xattr util

Location:
trunk/Nebulous
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/Changes

    r17756 r17763  
    22
    330.09
     4    - add neb-xattr util
    45    - change Nebulous::Client->find() to handle a volume param and to fall back
    56      to searching on the ':any' volume if the first search fails
  • trunk/Nebulous/MANIFEST

    r17750 r17763  
    1919bin/neb-stat
    2020bin/neb-touch
     21bin/neb-xattr
    2122docs/c_api.h
    2223docs/database_setup.txt
  • trunk/Nebulous/lib/Nebulous/Client.pm

    r17756 r17763  
    11# Copyright (c) 2004-2008  Joshua Hoblitt
    22#
    3 # $Id: Client.pm,v 1.52 2008-05-20 03:46:11 jhoblitt Exp $
     3# $Id: Client.pm,v 1.53 2008-05-21 20:46:18 jhoblitt Exp $
    44
    55package Nebulous::Client;
     
    486486            type        => SCALAR,
    487487            callbacks   => {
    488                 'is read or write' => sub { $_[0] =~ /^(?:create|replace)$/i },
     488                'is create or replace' => sub { $_[0] =~ /^(?:create|replace)$/i },
    489489            },
    490490        },
Note: See TracChangeset for help on using the changeset viewer.