FreeBSD: Fix dtlogin failsafe session
We need to have /usr/local as the proper X11 prefix to start mwm and xterm
This commit is contained in:
committed by
Jon Trulson
parent
1a51479e38
commit
bd70163b09
@@ -44,6 +44,7 @@ XCOMM emulator.
|
||||
$XDIR/xterm -C -ls
|
||||
#else
|
||||
|
||||
|
||||
XCOMM
|
||||
XCOMM Global variables
|
||||
XCOMM
|
||||
@@ -56,6 +57,9 @@ XCOMM
|
||||
#if defined(linux)
|
||||
XDIR=/usr/bin
|
||||
#endif
|
||||
#if defined(__FreeBSD__)
|
||||
XDIR=/usr/local/bin
|
||||
#endif
|
||||
|
||||
$XDIR/xsetroot -default &
|
||||
|
||||
|
||||
Reference in New Issue
Block a user