The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

zbgset-admin - Manages the configuration of zbgset.

SYNOPSIS

zbgset-admin

ARGUEMENTS

-a <FS path>

This adds a path to path. If a relative path is specified, it is first converted to a full path.

-b <regex>

This removes any paths matching the specified regexp. To specify a path to operate on use '-p'.

-k <key>

This sets a variable. Use '-v' to specify the the value.

-l <list>

Lists something.

all

        This lists everything in the zbgset config.
        

path

Lists a specified path. The path is specified using '-p'.

paths

This lists all available paths.

path

This specifies a path that will be used.

-n <path>

This creates a new blank path.

-s <ZConf set>

This is the ZConf set to use for it. If the set has not been initiated before it will do so.

-v <value>

For use with '-k' for specifying a value when setting a variable.

ERROR CODES

0

Success.

1

ZConf error.

2

Could not create config.

3

Could not get set information.

4

The set name you specified with '-s' is not a legit name for a ZConf set.

5

Bad path name specified or none specified.

6

Specified key not found.

7

File or directory does not exist

8

No value specified.

AUTHOR

Copyright (c) 2008, Zame C. Bowers <vvelox@vvelox.net>

All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

    * Redistributions of source code must retain the above copyright notice,
     this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above copyright
     notice, this list of conditions and the following disclaimer in the
     documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS` OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

SCRIPT CATEGORIES

Desktop

OSNAMES

any

README

zbgset-admin - Manages the configuration of zbgset.