mirror of
https://github.com/sheumann/telnetd.git
synced 2025-03-12 16:30:01 +00:00
Use correct path for login on GNO.
This commit is contained in:
parent
2de9b6ebc3
commit
e761e0fc48
@ -39,8 +39,12 @@
|
||||
# include <paths.h>
|
||||
|
||||
# ifndef _PATH_LOGIN
|
||||
# ifdef __GNO__
|
||||
# define _PATH_LOGIN "/usr/sbin/login"
|
||||
# else
|
||||
# define _PATH_LOGIN "/usr/bin/login"
|
||||
# endif
|
||||
# endif
|
||||
|
||||
#else
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user