From owner-svn-doc-head@FreeBSD.ORG Wed May 7 14:02:30 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 31D357D8; Wed, 7 May 2014 14:02:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 13089C3E; Wed, 7 May 2014 14:02:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s47E2TNo098573; Wed, 7 May 2014 14:02:29 GMT (envelope-from dru@svn.freebsd.org) Received: (from dru@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s47E2TVw098572; Wed, 7 May 2014 14:02:29 GMT (envelope-from dru@svn.freebsd.org) Message-Id: <201405071402.s47E2TVw098572@svn.freebsd.org> From: Dru Lavigne Date: Wed, 7 May 2014 14:02:29 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r44783 - head/en_US.ISO8859-1/books/handbook/x11 X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 May 2014 14:02:30 -0000 Author: dru Date: Wed May 7 14:02:29 2014 New Revision: 44783 URL: http://svnweb.freebsd.org/changeset/doc/44783 Log: Insert missing "exec"s. Submitted by: bjk Sponsored by: iXsystems Modified: head/en_US.ISO8859-1/books/handbook/x11/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/x11/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/x11/chapter.xml Tue May 6 20:54:41 2014 (r44782) +++ head/en_US.ISO8859-1/books/handbook/x11/chapter.xml Wed May 7 14:02:29 2014 (r44783) @@ -1063,14 +1063,14 @@ DisplayManager.requestPort: 0/usr/local/bin/gnome-session. If this file does not exist, create it with this command: - &prompt.user; echo "/usr/local/bin/gnome-session" > ~/.xinitrc + &prompt.user; echo "exec /usr/local/bin/gnome-session" > ~/.xinitrc A third method is to use XDM as the display manager. In this case, create an executable ~/.xsession: &prompt.user; echo "#!/bin/sh" > ~/.xsession -&prompt.user; echo "/usr/local/bin/gnome-session" >> ~/.xsession +&prompt.user; echo "exec /usr/local/bin/gnome-session" >> ~/.xsession &prompt.user; chmod +x ~/.xsession @@ -1138,7 +1138,7 @@ DisplayManager.requestPort: 0 &prompt.user; echo "#!/bin/sh" > ~/.xsession -&prompt.user; echo "/usr/local/kde4/bin/startkde" >> ~/.xsession +&prompt.user; echo "exec /usr/local/kde4/bin/startkde" >> ~/.xsession &prompt.user; chmod +x ~/.xsession Once KDE is started, refer to @@ -1178,14 +1178,14 @@ DisplayManager.requestPort: 0startx, first add its entry to ~/.xinitrc: - &prompt.user; echo "/usr/local/bin/startxfce4" > ~/.xinitrc + &prompt.user; echo "exec /usr/local/bin/startxfce4" > ~/.xinitrc An alternate method is to use XDM. To configure this method, create an executable ~/.xsession: &prompt.user; echo "#!/bin/sh" > ~/.xsession -&prompt.user; echo "/usr/local/bin/startxfce4" >> ~/.xsession +&prompt.user; echo "exec /usr/local/bin/startxfce4" >> ~/.xsession &prompt.user; chmod +x ~/.xsession