mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
16 lines
812 B
Text
16 lines
812 B
Text
README-SLACKWARE
|
|
Written by Christopher Walker <kris240376@gmail.com>
|
|
|
|
You'll need to start the Amanda indexing services at boot.
|
|
The recommended way of doing this is to add the following to your /etc/inetd.conf
|
|
file (note that lines below may be wrapped):
|
|
|
|
amandaidx stream tcp nowait amanda /usr/libexec/amindexd amindexd -auth=bsdtcp amdump amindexd amidxtaped
|
|
amidxtape stream tcp nowait amanda /usr/libexec/amidxtaped amidxtaped -auth=bsdtcp amdump amindexd amidxtaped
|
|
|
|
You'll also need to start the Amanda client services at boot.
|
|
The recommended way of doing this is to add the following to /etc/inetd.conf
|
|
(note that the line may be wrapped):
|
|
|
|
amanda stream tcp nowait amanda /usr/libexec/amandad amandad -auth=bsdtcp amdump amindexd amidxtaped
|
|
|