Merge tar's version of rtapelib, namely the changes as of rev 1.2.
Both files used to be identical previously, so they are again now.
This commit is contained in:
parent
ed8f6f5a26
commit
6aeb9e664f
@ -372,28 +372,16 @@ __rmt_open (path, oflag, mode, bias)
|
||||
|
||||
if (*login)
|
||||
{
|
||||
execl ("/usr/ucb/rsh", "rsh", system, "-l", login,
|
||||
execl ("/usr/bin/rsh", "rsh", "-l", login, system,
|
||||
"/etc/rmt", (char *) 0);
|
||||
execl ("/usr/bin/remsh", "remsh", system, "-l", login,
|
||||
"/etc/rmt", (char *) 0);
|
||||
execl ("/usr/bin/rsh", "rsh", system, "-l", login,
|
||||
"/etc/rmt", (char *) 0);
|
||||
execl ("/usr/bsd/rsh", "rsh", system, "-l", login,
|
||||
"/etc/rmt", (char *) 0);
|
||||
execl ("/usr/bin/nsh", "nsh", system, "-l", login,
|
||||
execlp ("rsh", "rsh", "-l", login, system,
|
||||
"/etc/rmt", (char *) 0);
|
||||
}
|
||||
else
|
||||
{
|
||||
execl ("/usr/ucb/rsh", "rsh", system,
|
||||
"/etc/rmt", (char *) 0);
|
||||
execl ("/usr/bin/remsh", "remsh", system,
|
||||
"/etc/rmt", (char *) 0);
|
||||
execl ("/usr/bin/rsh", "rsh", system,
|
||||
"/etc/rmt", (char *) 0);
|
||||
execl ("/usr/bsd/rsh", "rsh", system,
|
||||
"/etc/rmt", (char *) 0);
|
||||
execl ("/usr/bin/nsh", "nsh", system,
|
||||
execlp ("rsh", "rsh", system,
|
||||
"/etc/rmt", (char *) 0);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user