head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2010.10.11.22.53.51;	author robbat2;	state dead;
branches;
next	1.1;
commitid	69824cb3957e4567;

1.1
date	2005.07.04.01.48.56;	author robbat2;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2005.11.30.09.42.46;	author chriswhite;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Bug #340169: cleanup unused AUX files.

(Portage version: 2.2_rc92/cvs/Linux x86_64)
@
text
@# These are the services needed for amanda.
# Default is to talk to localhost only unless 
# AMANDA_SERVER was specified at build time.

service amanda
{
        socket_type     = dgram
        protocol        = udp
        wait            = yes
        user            = __AMANDA_USER_NAME__
        group           = __AMANDA_GROUP_NAME__
        groups          = yes
        server          = /usr/libexec/amandad
        # You need to ensure this points to your Amanda server!
        # Don't just remove it!
        only_from	    = __AMANDA_SERVER__
        disable         = yes
}

service amandaidx
{
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = __AMANDA_USER_NAME__
        group           = __AMANDA_GROUP_NAME__
        groups          = yes
        server          = /usr/libexec/amindexd
        # You need to ensure this points to your Amanda server!
        # Don't just remove it!
        only_from	    = __AMANDA_SERVER__
        disable         = yes
}

service amidxtape
{
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = __AMANDA_USER_NAME__
        group           = __AMANDA_GROUP_NAME__
        groups          = yes
        server          = /usr/libexec/amidxtaped
        # You need to ensure this points to your Amanda server!
        # Don't just remove it!
        only_from	    = __AMANDA_SERVER__
        disable         = yes
}
@


1.1
log
@Moved from app-admin/amanda to app-backup/amanda.
@
text
@@


1.1.1.1
log
@*** empty log message ***
@
text
@@

