mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtlogin: correct path to getty.
This commit is contained in:
parent
a4ab06ac1e
commit
29f2ad7dd7
1 changed files with 2 additions and 0 deletions
|
@ -1494,6 +1494,8 @@ SetTitle( char *name, char *ptr )
|
||||||
|
|
||||||
#if defined (_AIX) && defined (_POWER) || defined (__osf__)
|
#if defined (_AIX) && defined (_POWER) || defined (__osf__)
|
||||||
#define GETTYPATH "/usr/sbin/getty"
|
#define GETTYPATH "/usr/sbin/getty"
|
||||||
|
#elif defined(__OpenBSD__)
|
||||||
|
#define GETTYPATH "/usr/libexec/getty"
|
||||||
#elif !defined (__apollo)
|
#elif !defined (__apollo)
|
||||||
#define GETTYPATH "/etc/getty"
|
#define GETTYPATH "/etc/getty"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue