On Thu, 27 Sep 2001 [EMAIL PROTECTED] wrote:
> I mentioned to Margaret that Amanda uses inetd.conf, and since
> FRH 7.1.1 uses xinetd.conf, I didn't think we could upgrade our Linux
> installation without breaking Amanda.
you just need to build an xinetd.d file for amanda: I'm using:
- - - - - - - - - - - - - cut here - - - - - - - - - - - - - - - - -
service amanda
{
socket_type = dgram
wait = yes
protocol = udp
port = 10080
user = daemon
server = /amanda/libexec/amandad
server_args =
disable = no
enable = yes
}
- - - - - - - - - - - - - cut here - - - - - - - - - - - - - - - - -
I also had add a symlink:
/usr/lib/libreadline.so.3 -> /usr/lib/libreadline.so.4
to make my old amandad binary work.
Marc
I