On Wed, 14 Mar 2001, Raymond Bramwell wrote:
> Hi there!
>
> I was just wondering if anyone has successfully configured amanda to
> backup clients running xinetd rather than inetd!
> If so could someone let me know what you need to put in /etc/xinetd.conf
> 'cos I'm really stumped, I've tried the following:
>
I use:
service amanda
{
log_on_success = HOST PID DURATION
log_on_failure = HOST RECORD USERID
only_from = Tape_Server_IP
socket_type = dgram
protocol = udp
wait = yes
user = bin
group = operator
server = /usr/pkg/libexec/amandad
}
-Len