[Lunar-commits] CVS: moonbase/utils/amanda/xinetd amanda, NONE, 1.1 amandaidx, NONE, 1.1 amidxtaped, NONE, 1.1

Auke Kok sofar at lunar-linux.org
Tue Mar 29 12:49:24 UTC 2005


Update of /var/cvs/lunar/moonbase/utils/amanda/xinetd
In directory espresso.foo-projects.org:/home/sofar/active/moonbase/utils/amanda/xinetd

Added Files:
	amanda amandaidx amidxtaped 
Log Message:
Adding amanda, a backup suite


--- NEW FILE: amanda ---
service amanda
{
        socket_type             = dgram
        protocol                = udp
        wait                    = yes
        user                    = amanda
        group                   = amanda
        groups                  = yes
        server                  = /usr/libexec/amandad
}

--- NEW FILE: amandaidx ---
service amandaidx
{
        socket_type             = stream
        protocol                = tcp
        wait                    = no
        user                    = amanda
        group                   = amanda
        groups                  = yes
        server                  = /usr/libexec/amindexd
}

--- NEW FILE: amidxtaped ---
service amidxtape
{
        socket_type             = stream
        protocol                = tcp
        wait                    = no
        user                    = amanda
        group                   = amanda
        groups                  = yes
        server                  = /usr/libexec/amidxtaped
}



More information about the Lunar-commits mailing list