--- slim-1.3.2-r1.ebuild 2010-08-25 12:06:32.000000000 -0400 +++ slim-1.3.2-r2.ebuild 2010-08-25 12:21:17.000000000 -0400 @@ -72,6 +71,9 @@ emake DESTDIR="${D}" install || die "emake install failed." fi + insinto /usr/share/slim + newins "${FILESDIR}/Xsession" Xsession || die "newins failed" + insinto /etc/logrotate.d newins "${FILESDIR}/slim.logrotate" slim || die "newins failed" @@ -84,7 +86,11 @@ elog elog "If you wish ${PN} to start automatically, set DISPLAYMANAGER=\"${PN}\" " elog "in /etc/conf.d/xdm and run \"rc-update add xdm default\"." - elog "By default, ${PN} will use default XSESSION value set in /etc/rc.conf." + elog + elog "By default, ${PN} now does proper X session selection, including ~/.xsession" + elog "support, as well as selection between sessions available in /etc/X11/Sessions/" + elog "at login by pressing [F1]. The XSESSION environment variable is still supported" + elog "as a default if no session has been specified by the user." elog elog "If you want to use .xinitrc in the user's home directory for session" elog "management instead, see README and xinitrc.sample in"