alin 05/05/22 14:15:56 Modified: xml/htdocs/doc/en fluxbox-config.xml Log: startfluxbox command should be executed via the 'exec' shell builtin. thanks to swift for noticing this
Revision Changes Path 1.10 +3 -3 xml/htdocs/doc/en/fluxbox-config.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/fluxbox-config.xml?rev=1.10&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/fluxbox-config.xml?rev=1.10&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/fluxbox-config.xml.diff?r1=1.9&r2=1.10&cvsroot=gentoo Index: fluxbox-config.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/fluxbox-config.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- fluxbox-config.xml 22 May 2005 13:34:48 -0000 1.9 +++ fluxbox-config.xml 22 May 2005 14:15:56 -0000 1.10 @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/fluxbox-config.xml,v 1.9 2005/05/22 13:34:48 alin Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/fluxbox-config.xml,v 1.10 2005/05/22 14:15:56 alin Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> @@ -24,7 +24,7 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.0 --> <license/> -<version>1.1.2</version> +<version>1.1.3</version> <date>2005-05-22</date> <chapter> @@ -122,7 +122,7 @@ </p> <pre caption="Editing your xinit"> -$ <i>echo startfluxbox > ~/.xinitrc</i> +$ <i>echo "exec startfluxbox" > ~/.xinitrc</i> </pre> <p> -- [email protected] mailing list
