Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 118508 | Differences between
and this patch

Collapse All | Expand All

(-)heimdal-0.7.2/appl/rcp/rcp.c.old (-1 / +1 lines)
Lines 34-40 Link Here
34
#include "rcp_locl.h"
34
#include "rcp_locl.h"
35
#include <getarg.h>
35
#include <getarg.h>
36
36
37
#define RSH_PROGRAM "rsh"
37
#define RSH_PROGRAM "krsh"
38
38
39
struct  passwd *pwd;
39
struct  passwd *pwd;
40
uid_t	userid;
40
uid_t	userid;
(-)heimdal-0.7.2/appl/rcp/rcp_locl.h.old (-1 / +1 lines)
Lines 64-67 Link Here
64
#define	_PATH_CP	"/bin/cp"
64
#define	_PATH_CP	"/bin/cp"
65
#endif
65
#endif
66
#undef _PATH_RSH
66
#undef _PATH_RSH
67
#define	_PATH_RSH	BINDIR "/rsh"
67
#define	_PATH_RSH	BINDIR "/krsh"
(-)heimdal-0.7.2/appl/telnet/telnetd/telnetd.h.old (-1 / +1 lines)
Lines 192-198 Link Here
192
#endif
192
#endif
193
193
194
#undef _PATH_LOGIN
194
#undef _PATH_LOGIN
195
#define _PATH_LOGIN	BINDIR "/login"
195
#define _PATH_LOGIN	BINDIR "/klogin"
196
196
197
/* fallbacks */
197
/* fallbacks */
198
198

Return to bug 118508