aboutsummaryrefslogtreecommitdiff
path: root/system/amanda/README-SLACKWARE
diff options
context:
space:
mode:
authorChristopher Walker <kris240376@gmail.com>2010-05-11 20:01:52 +0200
committerRobby Workman <rworkman@slackbuilds.org>2010-05-11 20:01:52 +0200
commita7622c3887e22c11125637a71760ffe7e9470ea8 (patch)
tree7957b3e2510ef023ef5b2028608adda8f53c65d3 /system/amanda/README-SLACKWARE
parent763f46879733bc10101ccae00d0f0f61049e0c34 (diff)
system/amanda: Added to 12.0 repository
Diffstat (limited to 'system/amanda/README-SLACKWARE')
-rw-r--r--system/amanda/README-SLACKWARE16
1 files changed, 16 insertions, 0 deletions
diff --git a/system/amanda/README-SLACKWARE b/system/amanda/README-SLACKWARE
new file mode 100644
index 0000000000000..e58e92e4b7525
--- /dev/null
+++ b/system/amanda/README-SLACKWARE
@@ -0,0 +1,16 @@
+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
+