
              G I N E T D - C O N F I G / P R O P E R T I E S

Notes :
    At startup, when ginetd-* start, if running as a users id the output file
    is ~/inetd.conf and the copy of the original ~/inetd.conf is
    ~/inetd.conf.bak, if it run as root, the original is /etc/inetd.conf and the
    copy /etc/inetd.conf.bak.

Installation :

    Look at you GTK version with `gtk-config --version`.
    If the version is 0.99.* continue like your librairies is 1.0.*.

    To build it as a gtk applications :
	For GTK 1.0.* : `make gtk-1.0`
	For GTK 1.1.* : `make gtk`

    To build it as capplet you need gnome and control-center, and all the devel
    stuff, juste type : `make capplet`

    To build it as a libraries who can be used to include ginetd-config in
    your applications :
	For GTK 1.0.* : `make lib-1.0`
	For GTK 1.1.* : `make lib`
    For a exemple of the uses of this libraries, look in ./examples

                                              Bruno Clermont <kain@linuxbox.com>