The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

gconfd - Server Glist configuration

SYNOPSIS

        /path/to/gconfd

COMMAND LINE SWITCHES AND OPTIONS

        Gconfd has no options or switches.

DESCRIPTION

        Gconfd reads configuration requests from a unix domain socket 
        and writes the answer back to the requester.

        Gconfd recognizes configuration requests in the following order:

        "name=%s block=%d key=%s\n"

CONFIGURATION

        Configuration is done in the script it self.
        Thogh this is preferred to be changed in the Makefile,
        this can be done in the script as well.

        In the first lines of sendd you can configure the following variables:
PREFIX
        The prefix path for glist.

FILES

PREFIX/var/run/gconfd.sock
        This is the unix domain socket the daemons writes their
        messages to.

VERSION

        This is version 1.00

BUGS

        None known as of this date :)

AUTHOR

        Ask Solem Hoel <ask@unixmonks.net>, http://www.unixmonks.net

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 2:

Unknown directive: =comment

Around line 183:

=cut found outside a pod block. Skipping to next block.