diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-11 20:31:00 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-11 20:31:00 +0200 |
commit | 8f96493d16ced46c202b3190e1c128eb60820787 (patch) | |
tree | 12fe7614a5f72af72a46459225bc73fcf92ee229 /system/amanda/README-SLACKWARE | |
parent | 2982a6ed8684935d298418723d3578ac2c474715 (diff) |
system/amanda: Removed from 12.1 repository
Diffstat (limited to 'system/amanda/README-SLACKWARE')
-rw-r--r-- | system/amanda/README-SLACKWARE | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/system/amanda/README-SLACKWARE b/system/amanda/README-SLACKWARE deleted file mode 100644 index e58e92e4b7..0000000000 --- a/system/amanda/README-SLACKWARE +++ /dev/null @@ -1,16 +0,0 @@ -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 - |