From 49a48fe340a5d06f704a3ddb69b0518ca33df3ac Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Wed, 19 Jan 2011 21:18:04 -0500 Subject: [PATCH] xinit no longer includes the xdm script so we start xdm manually --- xfce/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xfce/Makefile b/xfce/Makefile index f1533fc..ee56834 100644 --- a/xfce/Makefile +++ b/xfce/Makefile @@ -6,7 +6,7 @@ postinstall: $(xdm_files) cp $(xdm_files) "$(CHROOT)"/etc/X11/xdm echo "XSESSION=Xfce4" > "$(CHROOT)"/etc/env.d/99local chroot "$(CHROOT)" env-update - chroot "$(CHROOT)" rc-update add xdm default + echo /usr/bin/xdm >> "$(CHROOT)"/etc/conf.d/local.start clean: