Magellan Linux

Annotation of /trunk/netkit-rsh/netkit-rsh-0.17-rlogin-rsh.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 97 - (hide annotations) (download)
Fri Jan 19 23:50:26 2007 UTC (17 years, 4 months ago) by niro
File size: 265 byte(s)
new files

1 niro 97 --- netkit-rsh-0.16/rlogin/rlogin.c.rsh Fri Mar 3 08:59:37 2000
2     +++ netkit-rsh-0.16/rlogin/rlogin.c Fri Mar 3 08:59:45 2000
3     @@ -194,6 +194,7 @@
4     p = argv[0];
5    
6     if (strcmp(p, "rlogin"))
7     + if (strcmp(p, "rsh"))
8     host = p;
9    
10     /* handle "rlogin host flags" */