X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=common-src%2Frsh-security.c;h=04266ab6309896d44bf2644babb43e20909e1acc;hb=0ab9787cd7de76aad522ee8d55ed7e87e3047458;hp=f1fa2a8076a68a9954457f3c0b91a4887e848cbe;hpb=42ff24f2a525d5965e1841b2ebe3ee0f4b918ac6;p=debian%2Famanda diff --git a/common-src/rsh-security.c b/common-src/rsh-security.c index f1fa2a8..04266ab 100644 --- a/common-src/rsh-security.c +++ b/common-src/rsh-security.c @@ -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 */