dtlogin: correct path to getty.

This commit is contained in:
Pascal Stumpf
2013-07-25 12:28:33 +02:00
committed by Jon Trulson
parent a4ab06ac1e
commit 29f2ad7dd7

View File

@@ -1494,6 +1494,8 @@ SetTitle( char *name, char *ptr )
#if defined (_AIX) && defined (_POWER) || defined (__osf__)
#define GETTYPATH "/usr/sbin/getty"
#elif defined(__OpenBSD__)
#define GETTYPATH "/usr/libexec/getty"
#elif !defined (__apollo)
#define GETTYPATH "/etc/getty"
#endif