Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (hide annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years, 1 month ago) by niro
File size: 265 byte(s)
-import

1 niro 153 --- 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" */