Imported Upstream version 3.3.0
[debian/amanda] / common-src / rsh-security.c
index f1fa2a8076a68a9954457f3c0b91a4887e848cbe..04266ab6309896d44bf2644babb43e20909e1acc 100644 (file)
@@ -240,8 +240,7 @@ runrsh(
        xclient_username = CLIENT_LOGIN;
 
     execlp(RSH_PATH, RSH_PATH, "-l", xclient_username,
-          rc->hostname, xamandad_path, "-auth=rsh", "amdump", "amindexd",
-          "amidxtaped", (char *)NULL);
+          rc->hostname, xamandad_path, "-auth=rsh", (char *)NULL);
     error(_("error: couldn't exec %s: %s"), RSH_PATH, strerror(errno));
 
     /* should never go here, shut up compiler warning */