head	1.3;
access;
symbols
	RELEASE-1_4:1.2.0.2;
locks; strict;
comment	@# @;


1.3
date	2005.07.04.01.50.01;	author robbat2;	state dead;
branches;
next	1.2;

1.2
date	2003.07.08.07.23.48;	author robbat2;	state Exp;
branches;
next	1.1;

1.1
date	2003.06.26.19.47.53;	author robbat2;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Moved to app-backup/amanda.
@
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.2
log
@new version of ebuild, see ChangeLog
@
text
@@


1.1
log
@added amanda ebuild
@
text
@d10 2
a11 2
        user            = amanda
        group           = root
d14 2
d25 2
a26 2
        user            = amanda
        group           = root
d29 2
d40 2
a41 2
        user            = amanda
        group           = root
d44 2
@

