| Paste number 9750: | modifications |
| Pasted by: | akh |
| When: | 5 years, 3 weeks ago |
| Share: | Tweet this! | http://paste.lisp.org/+7IU |
| Channel: | #fink |
| Paste contents: |
# Start the session or window manager
if test x"$xinitrc_sessionmgr" != x; then
:
elif test -x "$x_bindir/quartz-wm"; then
xinitrc_sessionmgr="$x_bindir/quartz-wm"
elif test -x "$fink_bindir/quartz-wm"; then
xinitrc_sessionmgr="$fink_bindir/quartz-wm"
elif test -x "$x_bindir/twm"; then
xinitrc_sessionmgr="$x_bindir/twm"
else
xinitrc_sessionmgr="twm"
fi
$xinitrc_sessionmgr_runmethod $xinitrc_sessionmgrThis paste has no annotations.