lintian doesn't like orphan packages with uploaders...
[debian/amanda] / common-src / rsh-security.c
index 3cd3664dcc8dd3ed8b20c448ad496eb80edb12ec..04266ab6309896d44bf2644babb43e20909e1acc 100644 (file)
@@ -76,6 +76,7 @@ const security_driver_t rsh_security_driver = {
     "RSH",
     rsh_connect,
     sec_accept,
+    sec_get_authenticated_peer_name_hostname,
     sec_close,
     stream_sendpkt,
     stream_recvpkt,
@@ -239,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 */