* Adapted the path of "login" - eventually, telnetd should just use the standard
$PATH, though. * Telnetting into Haiku is now finally working as expected. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21559 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
99584ef9a2
commit
93a78ecaa4
@ -66,7 +66,7 @@
|
||||
#define _PATH_KMEM "/dev/kmem"
|
||||
#define _PATH_LIBMAP_CONF "/etc/libmap.conf"
|
||||
#define _PATH_LOCALE "/usr/share/locale"
|
||||
#define _PATH_LOGIN "/usr/bin/login"
|
||||
#define _PATH_LOGIN "/bin/login"
|
||||
#define _PATH_MAILDIR "/var/mail"
|
||||
#define _PATH_MAN "/usr/share/man"
|
||||
#define _PATH_MDCONFIG "/sbin/mdconfig"
|
||||
@ -77,14 +77,14 @@
|
||||
#define _PATH_NOLOGIN "/var/run/nologin"
|
||||
#define _PATH_RCP "/bin/rcp"
|
||||
#define _PATH_REBOOT "/sbin/reboot"
|
||||
#define _PATH_RLOGIN "/usr/bin/rlogin"
|
||||
#define _PATH_RLOGIN "/bin/rlogin"
|
||||
#define _PATH_RM "/bin/rm"
|
||||
#define _PATH_RSH "/usr/bin/rsh"
|
||||
#define _PATH_SENDMAIL "/usr/sbin/sendmail"
|
||||
#define _PATH_SHELLS "/etc/shells"
|
||||
#define _PATH_TTY "/dev/tty"
|
||||
#define _PATH_UNIX "don't use _PATH_UNIX"
|
||||
#define _PATH_VI "/usr/bin/vi"
|
||||
#define _PATH_VI "/bin/vim"
|
||||
#define _PATH_WALL "/usr/bin/wall"
|
||||
|
||||
/* Provide trailing slash, since mostly used for building pathnames. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user