[PC-BSD Commits] r19051 - pcbsd-projects/PCDM
svn at pcbsd.org
svn at pcbsd.org
Tue Sep 11 10:45:55 PDT 2012
Author: kenmoore
Date: 2012-09-11 17:45:55 +0000 (Tue, 11 Sep 2012)
New Revision: 19051
Modified:
pcbsd-projects/PCDM/PCDM-multi
Log:
Minor bugfix to the PCDM-multi startup script, now it will work. This process of refreshing Xorg also fixes issues with the login scripts shutting down after the user logs out.
Modified: pcbsd-projects/PCDM/PCDM-multi
===================================================================
--- pcbsd-projects/PCDM/PCDM-multi 2012-09-11 17:31:11 UTC (rev 19050)
+++ pcbsd-projects/PCDM/PCDM-multi 2012-09-11 17:45:55 UTC (rev 19051)
@@ -1,8 +1,5 @@
#!/bin/sh
-while(TRUE)
-do
-
-xinit /usr/local/bin/PCDM-single -- :0
-
+while [ 1 ]; do
+ xinit /usr/local/bin/PCDM-single -- :0
done
More information about the Commits
mailing list