Udiff README.SFWamnda
--- /export/home/steve/work/usr/webrev/src/cmd/amanda/README.SFWamnda- Mon Jun 2 22:45:08 2008
+++ README.SFWamnda Mon Jun 2 06:20:30 2008
@@ -67,12 +67,12 @@
mkdir -p /opt/sfw/etc/amanda/<confname>
chmod a+w /opt/sfw/etc/amanda/<confname>
cp /opt/sfw/share/amanda/examples/amanda.conf /opt/sfw/etc/amanda/<confname>/.
-chmod u+s /opt/sfw/libexec/planner
-chmod u+s /opt/sfw/libexec/dumper
+chmod u+s /opt/sfw/libexec/amanda/planner
+chmod u+s /opt/sfw/libexec/amanda/dumper
chmod u+s /opt/sfw/sbin/amcheck
mkdir -p /dumps/amanda
chmod a+w /dumps/amanda
@@ -119,13 +119,14 @@
Edit the "/etc/inetd.conf" file and add the following entries:
#Amanda
- amanda dgram udp wait amandaad /opt/sfw/libexec/amandad amandad
- amandaidx stream tcp nowait amandaad /opt/sfw/libexec/amindexd amindexd
- amidxtape stream tcp nowait amandaad /opt/sfw/libexec/amidxtaped amidxtaped
+D
+ amanda dgram udp wait amandaad /opt/sfw/libexec/amanda/amandad amandad
+ amandaidx stream tcp nowait amandaad /opt/sfw/libexec/amanda/amindexd amindexd
+ amidxtape stream tcp nowait amandaad /opt/sfw/libexec/amanda/amidxtaped amidxtaped
Restart the indetd daemon:
ps -e | grep inet